Bachelor's Degree Programme in Business Information Technology
Bachelor of Business Administration, Business Information Technology 25K, full-time studies, Lahti
Bachelor of Business Administration, Business Information Technology 24K, full-time studies, Lahti
Bachelor of Business Administration, Business Information Technology 23K, full-time studies, Lahti
Bachelor of Business Administration, Business Information Technology 22K, full-time studies, Lahti
Bachelor of Business Administration, Business Information Technology, full-time studies, Lahti
Enrollment
20.11.2024 - 03.01.2025
Timing
01.01.2025 - 31.07.2025
Number of ECTS credits allocated
5 op
Mode of delivery
Contact teaching
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- English
Seats
20 - 60
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Antti Salopuro
- Aki Vainio
Scheduling groups
- Luennot 1 (Size: 0. Open UAS: 0.)
Groups
-
LLTIBIT24KBachelor's Degree Programme in Business Information Technology 24K Lahti
Small groups
- Lecture 1
Learning outcomes
Student is able to
- collect and apply information to implement a software development project
- analyze client needs and write corresponding project requirements
- design and implement a software project that uses data storages
- apply agile methods on a practical project
- act alone and as a project group member to fulfill the project goals
Implementation and methods of teaching
Student project which applies the tools, skills and knowledge (Object oriented programming & databases) learned on the other courses of the module.
Project implementation with C#.
Timing and attendance
Week 4 - Week 17. Compulsory lectures at kick off (follow course information prior the course to know this), intermediate follow ups & final presentation, these informed in course Moodle at project start session
Learning material and recommended literature
Materials from the other courses in the module, teacher presentations during the course and various manuals.
Alternative completion methods
Negotiable with the teachers, but keeping in mind that this is not purely a programming course, but also includes project work as a team.
Learning environment
Group work in a project.
Student time use and work load
Need 8 - 12 hours per week, also outside lectures marked in schedule.
Contents
Project work where the students employ the skills learned in the other courses of the module (Object-oriented programming and Data storages).
Additional information for students: previous knowledge etc.
Simultaneous participation or previously passed the other courses of the module (object oriented programming & data storages), or corresponding skills gained previously with other methods required. Course can not be taken unless this criteria is fulfilled and a drop out from the two adjacent courses will also lead to drop out of this course.
Assessment criteria
Evaluation is based on the observations of the supervisors made during the project and on the quality of the produced artifact.
First the whole group work is assessed on scale 0 - 5. This assessment considers with equal weights the technical performance and the metaskills of the group. The metaskills include, for example, project coordination, project reporting, following the plan and the progress, group behaviour when problems occur, share of roles and work within the group, internal and external communication and ability to present group work and products. The technical part of the assessment looks at the ability to make decisions between different technologies, mastering design methods and tools, documentation of the design and the product, selecting and mastering the tools and methods, version control, structure and quality of the program code and usability and maintainability of the application. The group evaluation form the basis for the individual assessment.
The individual assessment takes the group assessent as the basis and the individual performance can upgrade or downgrade it. Assessement is based on the peer assessment done between the group members, the role picked up by the student and commitment to take care of the corresponding tasks, activity as a member of the group and personal performance in the group presentation. In individual assessment also all those group assessment criteria are considered where the student individual commitment can be separated and observed.
Assessment scale
1-5
Failed (0)
Student did not properly participate in group work or did not show skills and knowledge required to project work
Assessment criteria: level 1 (assessment scale 1–5)
Student has participated in group work only partially OR the project work did not meet the minimum requirements but the student has been active in trying to help the group meet the requirements on the whole
Assessment criteria: level 3 (assessment scale 1–5)
The group result exceeds the minimum technical requirements and the role of the student in project group work has been equal or greater than that of the other students
Assessment criteria: level 5 (assessment scale 1–5)
The group result exceeds the minimum technical requirements in large scale and the role of the student in project group work has been very significant for the project group work
Enrollment
06.05.2024 - 30.08.2024
Timing
02.09.2024 - 06.12.2024
Number of ECTS credits allocated
5 op
Mode of delivery
Contact teaching
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- Finnish
Seats
20 - 50
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Jan-Erik Sandelin
Scheduling groups
- Luennot 1 (Size: 0. Open UAS: 0.)
Groups
-
LLTIBIT23KBachelor's Degree Programme in Business Information Technology 23K Lahti
Small groups
- Lectures 1
Learning outcomes
The student is able to
- present www content dynamically with JavaScript and its extensions
- form a dynamic one page application using JavaScript frameworks and libraries
- install an application server and maintain it securely
- publish information and host applications on a server
Implementation and methods of teaching
Weekly lectures on campus during the autumn semester 2024.
Timing and attendance
Lectures during the autumn semester 2024 are mandatory.
Learning material and recommended literature
Learning materials and assignment via Moodle.
Alternative completion methods
If a student has already implemented production grade applications using React or Angular and REST-interfaces, contacting the lecturer in advance is recommended.
Learning environment
The student will need a computer in order to work on the assignments when not on campus. The minimum setup recommended for IT studies is sufficient in performance. The campus IT classrooms have desktop computers that are excellent for working on the assignments. Lecture times are not used on the assignments, most of the work is done outside the lecture times. There are no group works in this course.
Student time use and work load
There are multiple assignments in addition to the lectures. Depending on the student's skill level one must carefully allocate working time for this course. How much time the assignments require heavily depends on how much code the student has produced in earlier courses. All assignments given are programming assignments and therefore require a computer with which such assignments can be worked on.
Contents
Using JavaScript to build interactive and dynamic web pages. The course presents a workflow in which "how it looks like" is purely defined via JavaScript in the browser and the server side takes on only the information repository/business logic aspects (communication with JSON and the server side logic and database bridging is done with PHP). JavaScript is covered especially from the point of view of library usage. The first portion of the course concentrates on detailing differences between C# and JavaScript and what to take into account should you need to read library code produced with JavaScript in order to troubleshoot library usage. After the basics the course presents multiple web technologies and libraries which enable you to program fully animated and interactive web pages. In the last phase of the course some additional technologies like web embedded 3D- and 360-views and audio playback are given a quick overview.
Additional information for students: previous knowledge etc.
This course is a direct continuation to the courses Orientation To Programming and Object Oriented Programming. Fully understanding and utilizing the course content requires understanding of object oriented programming and practical programming skills (designing and implementing algorithms). Algorithms you design yourself and fit into existing code play a central role in many of the assignments. You must be capable of reading existing code and following it's operational flow. Having previous experience on an object oriented programming language is a prerequisite for learning the languages used in this course. The course assumes that the class-based objects paradigm presented in Object Oriented Programming is familiar and that actual implementations have been created with it during the earlier project courses. The course also requires some HTML and CSS reading skills. The languages used in this course are JavaScript, TypeScript and PHP. Before the course starts student groups will be sent preparatory material about JavaScript. It is recommended that the courses Three-tier Architecture Technologies and Dynamic Website Development Project are enrolled on simultaneously with this course.
Assessment criteria
Progress in the weekly programming assignments.
Assessment scale
1-5
Failed (0)
The student is not able to
- present www content dynamically with JavaScript and its extensions
- form a dynamic one page application using JavaScript frameworks and libraries
- install an application server and maintain it securely
- publish information and host applications on a server
Assessment criteria: level 1 (assessment scale 1–5)
The student is nearly able to
- present www content dynamically with JavaScript and its extensions
- form a dynamic one page application using JavaScript frameworks and libraries
- install an application server and maintain it securely
- publish information and host applications on a server
Assessment criteria: level 3 (assessment scale 1–5)
The student is partially able to
- present www content dynamically with JavaScript and its extensions
- form a dynamic one page application using JavaScript frameworks and libraries
- install an application server and maintain it securely
- publish information and host applications on a server
Assessment criteria: level 5 (assessment scale 1–5)
The student is able to
- present www content dynamically with JavaScript and its extensions
- form a dynamic one page application using JavaScript frameworks and libraries
- install an application server and maintain it securely
- publish information and host applications on a server
Enrollment
20.11.2024 - 03.01.2025
Timing
29.01.2025 - 23.04.2025
Number of ECTS credits allocated
5 op
Mode of delivery
Contact teaching
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- Finnish
Seats
20 - 45
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- LAB_virtuaaliopettaja_LIITO_03 Virtuaaliopettaja (LAB)
- Pasi Tiihonen
Scheduling groups
- Luennot 1 (Size: 1. Open UAS: 0.)
Groups
-
LLTIBIT24KBachelor's Degree Programme in Business Information Technology 24K Lahti
Small groups
- Lecture 1
Learning outcomes
The student knows:
- How to model business processes, information flows and data warehouses using formal notations methods.
- The business process IT-systems: supply chain and network systems (SCM), enterprise resource planning (ERP) and customer relationship management (CRM) systems, as well as competence management (CM) and other management systems (DSS, MIS).
- The importance of quality control in business processes and information systems.
Implementation and methods of teaching
Contact lessons, excercises, individual work and project.
Timing and attendance
Independent working, participating to team work, active precense at contact sessions
Learning material and recommended literature
Material will be given at the beginning of the course
Learning environment
Material and activites will be in the moodle
Student time use and work load
5 * 27 = 135h
Contents
Modelling business processes, information flows and data storages in different levels in organization using some modelling framework like ie. BPMN
Practical information system assignment.
Assessment criteria
Assessment is based on self and peer evaluation (40%) and returned work (60%)
Assessment scale
Approved/Failed
Assessment criteria: assessment scale failed/approved
Fail:Student has not achieved the objectives of the course sufficiently
Approved:
Student has achieved the objectives of the course well. Student is able to model business processes and understands the meaning of modelling. Student is able to evaluate business information systems.
Enrollment
20.11.2024 - 10.01.2025
Timing
28.01.2025 - 08.04.2025
Number of ECTS credits allocated
5 op
RDI portion
2 op
Mode of delivery
Contact teaching
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- English
Seats
20 - 45
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Marja Viljanen
Scheduling groups
- Luennot 1 (Size: 0. Open UAS: 0.)
Groups
-
LLTIBIT25KBachelor's Degree Programme in Business Information Technology 25K Lahti
Small groups
- Lecture 1
Learning outcomes
The student is able to
- determine the key concepts of marketing and customer-oriented business
- identify the phases of a marketing and sales process
- recognise customer needs and understand their significance for the success of a company
Implementation and methods of teaching
- Contact lectures
- Group meetings & group tutoring
Timing and attendance
This course implementation is targeted for IB24S students, students from other study groups will be accepted to the course only if there are places available.
Lecture Attendance Policy:
Requirement: To complete the course successfully, you must attend at least 80% of the lectures. Compulsory attendance in the introduction lecture.
Consequence: If you fall below the 80% attendance requirement, you will be unenrolled from the course.
Punctuality: Arrive on time for lectures. Check TimeEdit for your lecture schedule and follow it. Attendance registration will be done during every lecture. Late entry to the classroom will be treated as equivalent to absence.
Assignment Deadline Policy: Late submissions will not be accepted
Activeness during the course contact sessions will affect the final grade positively
Learning material and recommended literature
- Moodle materials
- Lecture notes
- Articles
- Course book Marketing an Introduction, Armstrong, Gary & Kotler, Philip (selected parts of the book)
Alternative completion methods
There are no substitute work.
Learning environment
The Moodle learning platform
Classroom workshops and lecturers
Student time use and work load
A student's estimated workload is 5 x 27 hours, consisting of contact lectures, individual reading tasks, and different individual and group course assignments.
The estimated workload is the following:
-Contact lessons: 40 hrs
-Reading and preparation: 20-25 hrs
-Individual and group assignments: 40-45 hrs
-Final group assignment: 40-45 hrs
Contents
A customer oriented approach to business
- Marketing environments
- Consumer behaviour and the purchasing process
- Marketing strategy
- The competitive tools of customer-oriented marketing
Assessment criteria
- Active participation
- Presentations
- Group work
- Exam
Assessment scale
1-5
Failed (0)
The student did not meet the course learning objectives.
Assessment criteria: level 1 (assessment scale 1–5)
Student has achieved the objectives of the course sufficiently.
Student understands the basic principles of marketing
Student is able to apply some of the course-related professional marketing concepts.
Assessment criteria: level 3 (assessment scale 1–5)
Student has achieved the objectives of the course in a consistent manner.
Student understands the basic principles of marketing well.
Student is able to apply most of the course-related professional marketing concepts.
Assessment criteria: level 5 (assessment scale 1–5)
Student has achieved the objectives of the course in an excellent manner.
Student understands the basic principles of marketing very well.
Student has good capabilities to apply all of the course-related professional marketing concepts.
Enrollment
20.11.2024 - 03.01.2025
Timing
06.01.2025 - 21.03.2025
Number of ECTS credits allocated
5 op
Mode of delivery
Contact teaching
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- Finnish
Seats
20 - 60
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Aki Vainio
Scheduling groups
- Luennot 1 (Size: 0. Open UAS: 0.)
Groups
-
LLTIBIT24KBachelor's Degree Programme in Business Information Technology 24K Lahti
Small groups
- Lecture 1
Learning outcomes
Student is able to
- form queries using SQL
- apply the basic principles of normalization
- maintain databases
- describe the principles of database transactions
- explain the importance of information security in data storage
- describe alternative data storage types
Implementation and methods of teaching
Lectures and excercises. The course is graded based on an assignment.
Timing and attendance
Weekly lectures, attendance recommended.
Learning material and recommended literature
The materials on Moodle and WWW, also any introductory book on SQL recommended. The Moodle page also includes optional exercises regarding SQL.
Alternative completion methods
Negotiable.
Exam retakes
Negotiable.
Learning environment
Moodle and group work. The assignment requires the use of XAMPP or similar environment.
Student time use and work load
5 credit course.
Contents
Learning outcomes of the course
Student is able to
- form queries using SQL
- apply the basic principles of normalization
- maintain databases
- describe the principles of database transactions
- explain the importance of information security in data storage
- describe alternative data storage types
Additional information for students: previous knowledge etc.
Basic understanding of programming
Assessment criteria
Based on course assignment
Assessment scale
1-5
Failed (0)
Unable to form basic queries or understand how queries are used in software
Assessment criteria: level 1 (assessment scale 1–5)
Has rudimentary understanding of queries.
Assessment criteria: level 3 (assessment scale 1–5)
Can design databases in a normalized manner
Assessment criteria: level 5 (assessment scale 1–5)
Can form complex queries.
Enrollment
20.11.2024 - 03.01.2025
Timing
12.02.2025 - 23.04.2025
Number of ECTS credits allocated
5 op
Mode of delivery
Contact teaching
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- Finnish
Seats
20 - 45
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Pasi Tiihonen
Scheduling groups
- Luennot 1 (Size: 1. Open UAS: 0.)
- Harjoitukset 1 (Size: 1. Open UAS: 0.)
Groups
-
LLTIBIT24KBachelor's Degree Programme in Business Information Technology 24K Lahti
Small groups
- Lecture 1
- Practice 1
Learning outcomes
Student is able to
- ideate and plan a digital service using user driven methods
- utilize co-creation methods
- visualize a digital service
- analyze a meaning of a digital service in business
- know the affecting regulation eg GDPR for a planning of a digital service
Implementation and methods of teaching
Designing digital service and a project work utilizing service design methods.
At the beginning lectures and practical assignments about service design, at the end of the course two intensive week project work.
Timing and attendance
Students should participate in lectures to be able to attend the project part of the course
Learning material and recommended literature
Moodle material and internet sources
Learning environment
Moodle, MS teams, team working facilities
Student time use and work load
approximately 135h
Contents
Student is able to
- ideate and plan a digital service using user driven methods
- utilize co-creation methods
- visualize a digital service
- analyze a meaning of a digital service in business
- know the affecting regulation eg GDPR for a planning of a digital service
Assessment criteria
Self and peer evaluation. Assessment of team working and outcome of the project
Assessment scale
1-5
Failed (0)
Weak participation to team work or the outcome does not provide solution to the task given
Assessment criteria: level 1 (assessment scale 1–5)
C1 Act as a team member
B3 Describe needs, principles and things related to the task
B1 Use learnt methods and models
Assessment criteria: level 3 (assessment scale 1–5)
C1 Promote teams working
B1 Utilize learnt methods and models widely
B3 Find out needs, principles and things related to the task
Assessment criteria: level 5 (assessment scale 1–5)
C1 organize teams work
B1 Choose suitable methods and models and justify them
B3 Compare different solutions for the task
Enrollment
02.12.2024 - 12.01.2025
Timing
06.01.2025 - 31.12.2025
Number of ECTS credits allocated
3 op
Mode of delivery
Contact teaching
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- English
Seats
20 - 50
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Anna-Stiina Myllymäki
Scheduling groups
- Info 1 (Size: 0. Open UAS: 0.)
Groups
-
LLTIBIT25KBachelor's Degree Programme in Business Information Technology 25K Lahti
Small groups
- Info 1
Learning outcomes
The student is able to
- plan their own learning and cooperate in situations related to their own field of studies
- recognize their own competence and the needs to develop them further and to plan their career path observing them
- act as a group member
- operate in the learning environments of LAB University of Applied Sciences
- picture their own field of studies and its future skills
- give feedback on tuition and services and thus participate in the development of education
Implementation and methods of teaching
Contact teaching lectures
Online studying
Group works
Individual assignments
Participating info-sessions etc.
Timing and attendance
Compulsory attendance during the course is required
Developing professional competence course starts with the Orientation Week:
After the orientation week, course activities will be organized according to the course timetable.
Learning environment
Different learning environments during the course
Student time use and work load
Developing professional competence is a 5 ECTS course.
Course is divided between 1st, 2nd, 3rd study years.
Developing Professional Competence 1, 3 ECTS - 1st study year
Developing Professional Competence 2, 1 ECTS - 2nd study year
Developing Professional Competence 3, 1 ECTS - 3rd study year
1 ECTS is 27h
Contents
This course will introduce the student:
• how to plan their own learning and cooperate in situations related to their own field of studies
• how to identify themselves as a learner and develop their own learning skills
• ability to recognize their own competence and the needs to develop them further and to plan their career path observing them
• how to act as a group member
• how to operate in the learning environments of LAB University of Applied Science
• knowledge of their own field of studies and its future skills
• how to give feedback on tuition and services and thus participate in the development of education
• knowledge of working life in Finland
Assessment criteria
Active class attendance and participation
Course assignments
Assessment scale
Approved/Failed
Enrollment
20.11.2024 - 03.01.2025
Timing
01.01.2025 - 31.12.2025
Number of ECTS credits allocated
1 op
Mode of delivery
Contact teaching
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- English
Seats
20 - 50
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Pasi Tiihonen
Groups
-
LLTIBIT24KBachelor's Degree Programme in Business Information Technology 24K Lahti
Learning outcomes
The student is able to
- utilize various learning opportunities in curriculum
- recognize and aim their own competences to be in level with the future career requirements
- create a study plan that supports the future career goal
- give feedback on tuition and services and thus participate in the development of education
Assessment scale
1-5
Enrollment
20.11.2024 - 03.01.2025
Timing
01.01.2025 - 31.12.2025
Number of ECTS credits allocated
1 op
Mode of delivery
Contact teaching
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- English
Seats
20 - 50
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Pasi Tiihonen
Groups
-
LLTIBIT23KBachelor's Degree Programme in Business Information Technology 23K Lahti
Learning outcomes
The student is able to
- identify themselves as a learner and develop their own learning skills
- evaluate innovative or alternative future competences required in their own field
- recognize and aim their own competences to be in level with the future career requirements
- masters the professional concepts of their own field and is able to point out their competencies during job recruitment processes
- give feedback on tuition and services and thus participate in the development of education
Assessment scale
1-5
Enrollment
06.05.2024 - 30.08.2024
Timing
02.09.2024 - 17.12.2024
Number of ECTS credits allocated
5 op
Mode of delivery
Contact teaching
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- Finnish
Seats
20 - 50
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Jan-Erik Sandelin
- Aki Vainio
Scheduling groups
- Toteutuksen opetusryhmä 1 (Size: 0. Open UAS: 0.)
Groups
-
LLTIBIT23KBachelor's Degree Programme in Business Information Technology 23K Lahti
Small groups
- Scheduling group 1
Learning outcomes
The student is able to
- plan and apply working methods to a team to ensure effectiveness
- divide a project into meaningful parts and estimate the time requirements
- implement their part of an application and documentation on the project
- choose a process model applicable to the project and apply it
Implementation and methods of teaching
Project work in groups, as well as short lectures on chosen topics.
The student can choose what they focus on during the project, but in some cases this might limit the maximum grade.
Timing and attendance
During the Fall of 2024. Mandatory participation in the project kick-off, mid-course check and project hand-off. Recommended participation at short lectures as well as meeting teachers in class in case of needing assistance.
Learning material and recommended literature
Various WWW-based instructions, as well as the materials from the other courses in the module.
Alternative completion methods
Negotiable.
Working life cooperation
Project topics are real working life problems based on discussions with professionals from various areas. In some cases, depending on availability, these outside professionals can also participate as the client.
Exam retakes
None.
Learning environment
LAB Moodle, project teams, project hours at C246 and C249, other environments as chosen by the teams.
Student time use and work load
5 credit course.
Much of the work is group work, which is organized by the teams. Suggested number of hours a student should use for the course is 10-15 or one to two days per week.
Contents
The student is able to
- plan and apply working methods to a team to ensure effectiveness
- divide a project into meaningful parts and estimate the time requirements
- implement their part of an application and documentation on the project
- choose a process model applicable to the project and apply it
Additional information for students: previous knowledge etc.
Participation in the other two courses of the module or similar understanding of PHP, JavaScript, SQL, HTML and software architectures gained from other sources.
Assessment criteria
Based on the quality of the project as well as being able to work with the project team. Includes both self-assessment and assessment by the teachers.
Assessment scale
1-5
Failed (0)
The student does not participate in team activities actively, does not take responsibility for the team or does not indicate ability to work with the chosen technologies.
Assessment criteria: level 1 (assessment scale 1–5)
The student participates in group work, but only passively. The students exhibits only basic understanding of the technologies.
Assessment criteria: level 3 (assessment scale 1–5)
The student participates actively in the teamwork. The student exhibits an ability to work with the technologies involved.
Assessment criteria: level 5 (assessment scale 1–5)
The team has chosen harder of the two optional subjects. The student has actively participated in the teamwork and has been a part of advancing the team's methodology or processes. The student exhibits advanced ability to work with the technologies involved.
Enrollment
20.11.2024 - 10.01.2025
Timing
20.01.2025 - 02.05.2025
Number of ECTS credits allocated
5 op
Virtual portion
2 op
Mode of delivery
60 % Contact teaching, 40 % Distance learning
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- English
Seats
20 - 60
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Hamid Guedra
Scheduling groups
- Lesson/classroom activities (Size: 0. Open UAS: 0.)
Groups
-
LLTIBIT25KBachelor's Degree Programme in Business Information Technology 25K Lahti
Small groups
- Lesson/classroom activities
Learning outcomes
Proficiency level: B2
The student is able to
- identify the characteristics of academic texts and to apply academic conventions to their writing
- demonstrate critical thinking and find, evaluate and use information effectively
- communicate clearly and effectively in different generic and field-specific workplace situations both orally and in writing
- function collaboratively in contemporary working environments in English.
Implementation and methods of teaching
Lessons/classroom exercises on campus, teamwork, individual assignments, peer and self-assessment. Active participation required (80% attendance compulsory).
Timing and attendance
See the course schedule in the TimeEdit system. Active participation required (80% attendance is compulsory).
Learning material and recommended literature
Specified by the teacher. All materials/links to materials are available on the course Moodle page.
Required:
-LAB Thesis Guidebook, chapters 6 & 7
-Stephen Bailey: Academic Writing. A Handbook for International Students. An e-book accessible through the LAB Primo system. (The required sections are specified on the course Moodle page.)
-Mizrahi, Jane: Writing for the workplace: business communication for professionals. An e-book accessible through the LAB system (The required sections are specified on the course Moodle page.)
Alternative completion methods
Recognition of Prior Learning (RPL). DIscuss with the teacher.
Exam retakes
The final course grade is based on written course assignments and a Moodle exam. The student may retake the exam once to improve their exam grade, but the retake exams will be graded 0-3/5, not 0-5/5, meaning that the student can get a 3/5 at best on the retake. No retakes on any other coursework.
Learning environment
In class on campus. Required materials on the Moodle platform. Students are expected to reserve 3–4 hours a week to do coursework outside of the scheduled/instructed class time.
Student time use and work load
The estimated workload is 135 hours, including reading, coursework, and lectures, or other scheduled meetings. Students are expected to reserve 3–4 hours per week to work outside of the scheduled/instructed class time.
Contents
About 50% of the course is focused on academic practices, especially academic writing, and about 50% is focused on workplace communication practices and skills.
-General principles of academic writing, including style, text structure, and referencing mechanics.
-Generic and context-specific guidelines for academic and professional writing.
-Various written and oral communication situations in professional studies and working life.
-Key terminology and concepts in the student's field of study.
Additional information for students: previous knowledge etc.
Strong English skills are expected. The course is taught at the B2 level according to the Common European Framework of Reference for Languages. This is equal to scoring 6.5/7.0 in the IELTS test or 85-100 in TOEFL, or having been graded M or higher in English in the Finnish matriculation examination.
Assessment criteria
Written assignments. Exam.
Assessment scale
1-5
Failed (0)
The student has failed to meet the course requirements.
Assessment criteria: level 1 (assessment scale 1–5)
Writing in varied professional contexts: The student has met the assignment requirements minimally. Work displays vaguely consistent and appropriate register. Content is vaguely effective and diverse. The text is not in keeping with style-specific conventions. The student constructs minimally understandable sentences. Grammatical irregularities occur often. Vocabulary is minimally appropriate to context.
Speaking in varied professional contexts: The student speaks in a style vaguely appropriate to the assignment. Student interacts minimally with participants. Performance meets few of the set expectations of given assignment. The student speaks in a vaguely consistent manner. Delivery is minimally structured. Linguistic performance is minimally accurate and appropriate to the context. Pauses are rather long and at times pronunciation hinders comprehension.
Assessment criteria: level 3 (assessment scale 1–5)
Writing in varied professional contexts: The student has met the assignment requirements adequately. Work displays somewhat consistent and appropriate register. Content is somewhat effective and diverse. The text has a reasonably logical structure. The text is rather cohesive. Minor mistakes occur in style. The student mostly constructs sentences well. Grammatical irregularities occur. Vocabulary is adequately professional and mostly appropriate to context.
Speaking in varied professional contexts: In most cases the student speaks in a style appropriate to the assignment. Student interacts with participants. Performance meets most set expectations of given assignment. The student speaks in a consistent manner. Delivery is structured. Linguistic performance is somewhat accurate and appropriate to the context, although short pauses and hesitations may occur.
Assessment criteria: level 5 (assessment scale 1–5)
Writing in varied professional contexts: The student has met the assignment requirements fully. Work displays consistent and appropriate register. Content is effective, diverse, and skillfully delivered. The text has a clear and logical structure. The text is cohesive, fluent, and versatile. The student uses varied structures although occasional grammatical irregularities may occur. Vocabulary is varied and professional and typically appropriate to context.
Speaking in varied professional contexts: The student speaks in a style appropriate to the assignment. Student interacts fluently and competently. Performance meets all set expectations of given assignments. The student speaks in a clear, concise, and consistent manner. Delivery is well-structured, intentional. Linguistic performance is accurate, appropriate to the context, and speech tempo is natural.
Enrollment
20.11.2024 - 03.01.2025
Timing
13.01.2025 - 18.04.2025
Number of ECTS credits allocated
5 op
Mode of delivery
Contact teaching
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- Finnish
Seats
20 - 60
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Pasi Tiihonen
- Aki Vainio
Scheduling groups
- Luennot 1 (Size: 0. Open UAS: 0.)
Groups
-
LLTIBIT24KBachelor's Degree Programme in Business Information Technology 24K Lahti
Small groups
- Lecture 1
Learning outcomes
Student is able to
- design information systems to support business functions
- form a requirement specification for an information system
- model an information system with applicable methods
- utilise basic usability principles in design
- take legal concerns into account in their work regarding information systems
Implementation and methods of teaching
Students research and design an information system within given parameters in teams. Students work largely independently, but meet with the teacher at least twice during the course.
Timing and attendance
In the beginning of the course there is info lecture and at the end of the course there is seminar where all teams present their work.
In addition, each team will have two discussion sessions with the lecturer about the phase of their work
Learning material and recommended literature
All material will be available via moodle
Alternative completion methods
Negotiable
Working life cooperation
If the students have access to a company or organization they can work with, this is allowed.
Learning environment
Moodle, WWW, student teams and possibly a company.
Student time use and work load
The course is 135 hours, which largely consists of students working independently on their project. The course starts with an introductory lesson and ends with a seminar, where students present their work. In between there is at least two meeting with the teacher.
Contents
Student is able to
- design information systems to support business functions
- form a requirement specification for an information system
- model an information system with applicable methods
- utilise basic usability principles in design
- take legal concerns into account in their work regarding information systems
Additional information for students: previous knowledge etc.
No required preliminary knowledge, but the course does include portions, where understanding of concepts such as customer paths and process modelling can be useful. Also, participation in the two other courses within the same module are recommended.
Assessment criteria
Assessment is based on how well target group is analyzed and the quality of the information system design taking into account the context of the organization.
Assessment scale
1-5
Failed (0)
Student is unable to display understanding of organizational needs for digitalization.
Assessment criteria: assessment scale failed/approved
Student shows understanding for target organization and it's needs and is able to consider the effect of the target organizations processes to the design.
Student is able to create vision and strategy for organizations informationsystem.
Student is able to document design in such level that it helps members of the organization and software providers to understand the design in sufficient
Assessment criteria: level 1 (assessment scale 1–5)
The student takes part in team work.
The student is able to display basic understanding of information systems in a context of an organization.
Assessment criteria: level 3 (assessment scale 1–5)
The student takes part in team work.
The student is able to display understanding of information systems in a context of an organization.
The student is able to present actionable suggestions for developing the information system for a company.
Assessment criteria: level 5 (assessment scale 1–5)
The student takes part in team work actively.
The student displays deep understanding of information systems in the context of a small organization.
The student is able to present an actionable plan for developing the information system for a small organization.
Enrollment
06.05.2024 - 30.08.2024
Timing
02.09.2024 - 13.12.2024
Number of ECTS credits allocated
4 op
Mode of delivery
Contact teaching
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- English
Seats
20 - 50
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Antti Salopuro
Scheduling groups
- Luennot 1 (Size: 0. Open UAS: 0.)
Groups
-
LLTIBIT24KBachelor's Degree Programme in Business Information Technology 24K Lahti
Small groups
- Lecture 1
Learning outcomes
Student is able to
- apply a modern software development environment (SDE)
- apply the basic structures of programming
- implement an interactive and modular application
Implementation and methods of teaching
Flipped classroom. Students get familiar with the course material i.e. videos and presentation material before the contact lessons. On contact lessons the students will concentrate on solving programming tasks with the help of teacher and other students. Student may proceed on the course after the teacher or the automatic test process has approved the solutions to given test problems.
Timing and attendance
Course kick off. Recommended that all students attend this kick off session. Also recommended that all students participate in supervised lessons throughout the course but, if student is able to solve the given programming problems without help and ahead of given schedule, the lessons are not compulsory. Student may enroll on the course exam when he/she thinks being ready for it and the teacher approves it.
Learning material and recommended literature
Material delivered in course Moodle pages
Alternative completion methods
Show the corresponding skills in general retake
Exam retakes
Course exam in the end of the semester.
Learning environment
Material (videos, presentations, exercises) distributed through Moodle environment.
Student time use and work load
About 8 - 10 hours weekly.
Contents
General software development tools and environments, basic structures of programming languages.
Additional information for students: previous knowledge etc.
No prerequisities. To study outside the class room, student needs a computer with Visual Studio (2015 or later) programming environment, Community version is ok. Computer should be powerful enough to run the development environment, the bigger the screen, the better. To submit solutions to exercises, a working web connection is required.
Assessment criteria
Final exam. If student is active with exercises she gets some bonus points to be added on top of the exam points.
Assessment scale
1-5
Failed (0)
Student is not able to solve simple programming problems.
Assessment criteria: level 1 (assessment scale 1–5)
Student is able to apply some basic programming structures to solve simple standard programming tasks.
Assessment criteria: level 3 (assessment scale 1–5)
Student is able to apply all basic programming structures to solve programming tasks.
Assessment criteria: level 5 (assessment scale 1–5)
Student is able to assess the suitability of different programming structures and by applying the best approach to solve advanced programming problems.
Enrollment
20.11.2024 - 10.01.2025
Timing
01.01.2025 - 31.07.2025
Number of ECTS credits allocated
2 op
Mode of delivery
Contact teaching
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- Finnish
Seats
20 - 60
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Antti Salopuro
Scheduling groups
- Luennot 1 (Size: 0. Open UAS: 0.)
Groups
-
LLTIBIT25KBachelor's Degree Programme in Business Information Technology 25K Lahti
Small groups
- Lecture 1
Learning outcomes
Student is able to
- convert numbers from one number system to another
- perform basic arithmetic operations with binary numbers
- construct and simplify compound propositions
Implementation and methods of teaching
Virtual course. Target is to understand the role of binary coding and propositional logic in computing. This is achieved by learning to perform manually similar operations as the computer or computer program would do. Learning happens by solving given problems with given methods.
To help the learning process the course provides videos and other material that demonstrates the use of methods to be learned.
Timing and attendance
January- April 2024. No compulsory participation except from the two course exams. All learning can be done fully virtually and online. Exams on lecture slots on weeks 10 and 16.
Learning material and recommended literature
All material distributed in Moodle
Alternative completion methods
Showing skills and knowledge similar to the course contents in a verbal interview
Student time use and work load
4 - 8 hours weekly, during 5 - 6 weeks
Contents
Number systems, propositional logic
Additional information for students: previous knowledge etc.
No prerequisities
Assessment criteria
Exercises done in Moodle (50%) and two exams (50%). Exams done in class room, pen & paper.
Assessment scale
1-5
Assessment criteria: level 1 (assessment scale 1–5)
Student can convert numbers from one system to another
Student can generate a combined proposition
Assessment criteria: level 3 (assessment scale 1–5)
Student can
- convert numbers from one system to another
- calculate the sum and product of two binary numbers
- generate and simplify a combined proposition
- find the truth value of a proposition
Assessment criteria: level 5 (assessment scale 1–5)
Student can
- convert numbers from one system to another
- calculate the sum and product of two binary numbers
- code signed integers in binary system
- code floating point numbers in binary system
- generate and simplify a combined proposition
- find the truth value of a proposition
Enrollment
06.05.2024 - 30.08.2024
Timing
09.09.2024 - 13.12.2024
Number of ECTS credits allocated
5 op
Mode of delivery
Contact teaching
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- Finnish
Seats
20 - 50
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Antti Salopuro
- Pasi Tiihonen
Scheduling groups
- Luennot 1 (Size: 0. Open UAS: 0.)
Groups
-
LLTIBIT24KBachelor's Degree Programme in Business Information Technology 24K Lahti
Small groups
- Lecture 1
Learning outcomes
Student is able to
- define, implement and report an iterative project
- act in different roles of a software development project
- implement a HTML user interface following the design
- implement the business logic of a web application
- programmatically parse required data from a structured data set
Implementation and methods of teaching
Development project done in small groups to solve a given development task.
Timing and attendance
Most of the course work is done at times best suitable for the group members. Few compulsory sessions exist, the dates and times will be communicated in course Moodle page. Students are responsible in following these instructions.
Rough schedule/timing (subject to changes):
Week 38 Kick off, all students MUST participate. Check exact time from schedule!
Weeks 38 - 40: Project plan
Week 40: Project plan wrap up + kick off for the project work (compulsory for all students to participate)
Weeks 40 - 50 : Iterative project work in teams
Week 50: Final presentations to teacher, all group members MUST be present at session
Alternative completion methods
Similar project done and documented elsewhere.
Learning environment
Material & task with project timing delivered through Moodle.
Contents
Practical project work that utilizes tools, skills and methods learned on the two other courses in the same module.
Additional information for students: previous knowledge etc.
Basic programming skills: Passed or simultaneously participating an introductory programming course
Basic web technologies: HTML, CSS.
Assessment criteria
Group and personal performance in the project work, peer assessment & teacher assessment.
Grade 0 - 5
Evaluation is based on the observations of the supervisors made during the project and on the quality of the produced artifact.
First the whole group work is assessed on scale 0 - 5. This assessment considers with equal weights the technical performance and the metaskills of the group. The metaskills include, for example, project coordination, project reporting, following the plan and the progress, group behaviour when problems occur, share of roles and work within the group, internal and external communication and ability to present group work and products. The technical part of the assessment looks at the ability to make decisions between different technologies, mastering design methods and tools, documentation of the design and the product, selecting and mastering the tools and methods, version control, structure and quality of the program code and usability and maintainability of the application. The group evaluation form the basis for the individual assessment.
The individual assessment takes the group assessent as the basis and the individual performance can upgrade or downgrade it. Assessement is based on the peer assessment done between the group members, the role picked up by the student and commitment to take care of the corresponding tasks, activity as a member of the group and personal performance in the group presentation. In individual assessment also all those group assessment criteria are considered where the student individual commitment can be separated and observed.
Assessment scale
1-5
Failed (0)
Student did not properly participate in group work or did not show skills and knowledge required to project work
Assessment criteria: level 1 (assessment scale 1–5)
Student has participated in group work only partially OR the project work did not meet the minimum requirements but the student has been active in trying to help the group meet the requirements on the whole
Assessment criteria: level 3 (assessment scale 1–5)
The group result exceeds the minimum technical requirements and the role of the student in project group work has been equal or greater than that of the other students
Assessment criteria: level 5 (assessment scale 1–5)
The group result exceeds the minimum technical requirements in large scale and the role of the student in project group work has been very significant for the project group work
Enrollment
20.11.2024 - 03.01.2025
Timing
01.01.2025 - 31.07.2025
Number of ECTS credits allocated
5 op
Mode of delivery
Contact teaching
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- Finnish
Seats
20 - 60
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Antti Salopuro
Scheduling groups
- Luennot 1 (Size: 0. Open UAS: 0.)
Groups
-
LLTIBIT24KBachelor's Degree Programme in Business Information Technology 24K Lahti
Small groups
- Lecture 1
Learning outcomes
Student is able to
- apply the basic concepts of the object-oriented paradigm and object-oriented programming
- create applications using object-oriented language
- design class structure of an object-oriented application
- design, implement, run and report unit tests
Implementation and methods of teaching
Weekly contact lessons, each week with new topic lectured and demonstrated. Weekly exercises set that student needs to solve before the following lesson. In the beginning of each lesson, model solutions of the previous week programming exercises are demonstrated and discussed. Approved solutions to home exercises collect bonus points that are added on top of the exam points in course evaluation. To collect the points, the solutions need to be submitted in course Moodle and the automated tests need to be passed before the model solutions review.
Timing and attendance
Course start week 2 (6.1. - 10.1.2025). No compulsory lectures but highly recommended. To collect exercise points, student must have submitted the weekly exercise solutions to the VPL tool before the deadline (next lesson). The course exam in the end of the course (end of April) is done in class and requires student being present.
Learning material and recommended literature
Material distributed through Moodle or otherwise shown by teacher
Alternative completion methods
General exam with some programming language passed
Learning environment
Course has Moodle pages. All material can be found there.
Student time use and work load
Solving weekly exercises will require 5 -10 hours weekly so attending the lectures is not sufficient alone. Students should take this in account when making the schedule for the semester.
Contents
Programming language C#.
Topics covered:
classes and objects with C#
constructing objects
class attributes
class methods
object type attributes
static members
inheritance
enum type
struct type
property of .NET
interface
polymorphism
two directional object refrences
UML class diagrams
Additional information for students: previous knowledge etc.
Orientation to Programming passed (or corresponding skills), preferably C# but any other language will do as well. In case some other programming language it would probably be necessary to learn the basics of C# before the course starts.
Assessment criteria
Course exam. Home and lecture exercises can collect bonus points which are added on top of exam points. 50% of the maximum exam point sum required to pass.
Assessment scale
1-5
Assessment criteria: level 1 (assessment scale 1–5)
Student is able to construct classes with attributes and methods, instantiate objects and utilize them to implement simple object oriented design application.
Assessment criteria: level 3 (assessment scale 1–5)
Student is able to develop, following a given architecture, a modular application consisting of several classes. Student is able to design and implement simple Object Oriented classes and utilize them as objects in a computer program. Student is able to import and utilize external classes in her own program.
Assessment criteria: level 5 (assessment scale 1–5)
Student is able to design and implement object oriented application that solves a given business problem utilizing the key concepts and patterns of object oriented design.
Enrollment
06.05.2024 - 30.08.2024
Timing
09.09.2024 - 30.11.2024
Number of ECTS credits allocated
4 op
Virtual portion
1 op
Mode of delivery
75 % Contact teaching, 25 % Distance learning
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- English
Seats
20 - 50
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Pasi Tiihonen
Scheduling groups
- Luennot 1 (Size: 1. Open UAS: 0.)
Groups
-
LLTIBIT24KBachelor's Degree Programme in Business Information Technology 24K Lahti
Small groups
- Lecture 1
Learning outcomes
The student is able to
- describe the work steps of software development processes
- describe the features of modern and commonly used software development processes
- use tools that support software development processes
Implementation and methods of teaching
Contact lectures and assignments
Timing and attendance
Partly independent studying based on the lectures.
Learning material and recommended literature
All material will be in the moodle
Learning environment
Contact lectures, moodle
Student time use and work load
about 100-120h
Contents
Comprehensive view on software development processes and their suitability to different needs. Different methods of software development processes
Assessment criteria
Returned assignments and self evaluation
Assessment scale
1-5
Failed (0)
Student did not meet the learning objectives of the course and was not able to show his/her knowledge in time
Assessment criteria: level 1 (assessment scale 1–5)
Learning objectives are met, student understands at least principles of software development process and knows common tools and methods
Assessment criteria: level 3 (assessment scale 1–5)
Student understands principles of software development process and is able to use common tools and methods
Assessment criteria: level 5 (assessment scale 1–5)
Student understands principles of software development process well and is able to compare and choose suitable tools and methods to be used in a software development process
Enrollment
20.11.2024 - 10.01.2025
Timing
16.01.2025 - 17.04.2025
Number of ECTS credits allocated
5 op
Mode of delivery
Contact teaching
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- Finnish
Seats
20 - 60
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Minna Ulmala
- Pasi Tiihonen
Scheduling groups
- Lecture (Size: 0. Open UAS: 0.)
Groups
-
LLTIBIT25KBachelor's Degree Programme in Business Information Technology 25K Lahti
Small groups
- Lecture
Learning outcomes
The student is able to
- create an HTML site that uses CSS and effectively edit an existing site
- identify needs for static and dynamic content
- use the built-in tools of the web browser to study the structure of the dynamic content and the view of the browser
- describe the principle of server / client architecture
Implementation and methods of teaching
The course consists of lectures, practical assignments, tasks and a final test
Timing and attendance
Participating to the contact lessons is not mandatory if student is able to do independent work.
Learning material and recommended literature
Slide-sets and Internet resources. All material is available online and all assignments that need to be returned will be also available online.
Alternative completion methods
Course is possible to pass by showing skills learned earlier
Learning environment
Moodle
Student time use and work load
5*27h=135h
Contents
After the course the student is able to
- create an HTML site that uses CSS and effectively edit an existing site
- identify needs for static and dynamic content
- use the built-in tools of the web browser to study the structure of the dynamic content and the view of the browser
- describe the principle of server / client architecture
Additional information for students: previous knowledge etc.
No need for prior knowledge
Assessment scale
1-5
Failed (0)
A student did not meet the learning goals of the course.
Assessment criteria: level 1 (assessment scale 1–5)
Student is able to:
A1 Use simple professional terms and show some knowledge of theoretical framework
B1 Use learnt technologies / working models / frameworks
C3 Shows understanding of professional target groups
Assessment criteria: level 3 (assessment scale 1–5)
Student is able to:
A1 Use professional language in good working life level
B1 Utilize learnt technologies / working models / frameworks
C3 Act in a way that professional target groups demand
Assessment criteria: level 5 (assessment scale 1–5)
Student is able to
A1 Use professional language fluently
B1 Choose technologies / working models / frameworks to implement and justify it
C3 Act in a way that professional target group demands are fulfilled
Enrollment
06.05.2024 - 30.08.2024
Timing
02.09.2024 - 29.11.2024
Number of ECTS credits allocated
5 op
Mode of delivery
Contact teaching
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- English
Seats
20 - 50
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Aki Vainio
Scheduling groups
- Luennot 1 (Size: 0. Open UAS: 0.)
Groups
-
LLTIBIT23KBachelor's Degree Programme in Business Information Technology 23K Lahti
Small groups
- Lecture 1
Learning outcomes
The student is able to
- recognize the opportunities and limitations presented by application frameworks
- apply commonly used design patterns
- design and implement and application based on server-client principles
- install and maintain a three-tier architecture application
Assessment scale
1-5
Enrollment
06.05.2024 - 30.08.2024
Timing
16.09.2024 - 30.11.2024
Number of ECTS credits allocated
5 op
Mode of delivery
Contact teaching
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- English
Seats
20 - 50
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Tarja Keski-Mattinen
Scheduling groups
- Luennot 1 (Size: 0. Open UAS: 0.)
Groups
-
LLTIBIT24KBachelor's Degree Programme in Business Information Technology 24K Lahti
Small groups
- Lecture 1
Learning outcomes
The student knows:
- How to define the organization's internal and external data flows and sources of information in business value creation.
- The life cycle of the data and the steps involved, production, transfer, utilization, reliability level, and validity period.
- Common methods and tools to collect and process the data.
- The appropriate visualization methods.
Implementation and methods of teaching
Lectures, assignments, and final assignment in teams.
Timing and attendance
Active presence is recommended. Teaching on Mukkula campus.
Learning material and recommended literature
Material announced by the lecturer
Alternative completion methods
-
Working life cooperation
Business cooperation in the final assignment.
Exam retakes
The renewal option is valid for one year after the end of the course.
Learning environment
Implementation on the Mukkula campus and seminar for final presentations online.
Student time use and work load
27 h of student work is equal to 1 cr.
Contents
The student learns to identify the internal and external data flows and data sources, as well as data formats in digital environments, the life cycle, and the importance of data in data management and factors related to data protection and usability. They learn to innovate new data usage models in businesses as well as to understand the data as a value factor in the business.
Additional information for students: previous knowledge etc.
Business Basics
Assessment criteria
Active participation in lectures and completion of class assignments. The final assignment is compulsory.
Assessment scale
1-5
Failed (0)
The student has not achieved the objectives of the course sufficiently.
Assessment criteria: level 1 (assessment scale 1–5)
The student has achieved the objectives of the course sufficiently. The student understands the meaning of data in business processes and understands data-related factors from a usability perspective.
Assessment criteria: level 3 (assessment scale 1–5)
The student has achieved the objectives of the course well. The student understands the importance of information in business processes and can draw up a plan for developing and utilising information for business development.
Assessment criteria: level 5 (assessment scale 1–5)
The student has achieved the objectives of the course excellently. The student understands the importance of information in business processes and can draw up a plan for developing and utilizing information for business development. The student can compare data sources and design an information management plan based on the organization's needs.
Enrollment
20.11.2024 - 10.01.2025
Timing
20.01.2025 - 10.03.2025
Number of ECTS credits allocated
5 op
Mode of delivery
Contact teaching
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- Finnish
Seats
20 - 60
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Petteri Markkanen
Scheduling groups
- Luennot 1 (Size: 0. Open UAS: 0.)
Groups
-
LLTIBIT25KBachelor's Degree Programme in Business Information Technology 25K Lahti
Small groups
- Lecture 1
Learning outcomes
The student is able to
- install and maintain content management and publishing systems and their add-ons securely
- use publishing systems to publish content
- identify needs and make choices between different publishing systems
- take into account usability and accessibility when designing the website
Implementation and methods of teaching
Contact teaching: lectures and seminars on group work (3 pcs).
Team work in a team (3 pcs), Design work as individual task (1 pcs)
Timing and attendance
Mandatory attendance at seminars. Student Teams organize their work to produce the end result of team work and prepare presentations for seminars.
Learning material and recommended literature
Materials in Moodle, literature, various internet sources
Learning environment
Classroom, Moodle, Teams and Internet
Student time use and work load
The lectures are a very small portion of the overall work on this course, most of the time is spent on individually completed exercises.
Contents
- Lectures UX / UI
- Team works with various CMS (2 pcs) and heuristic analysis (1 pcs)
- Installation and deployment of XAMP (or equivalent) and various CMSs
- User interface design task (individual task)
Additional information for students: previous knowledge etc.
Use of a browser, understanding of the concepts of a file and folder.
Assessment criteria
Evaluation of team work, outputs and outcome from teamwork. User interface design task. Peer and self evaluation.All tasks are mandatory.
Assessment scale
1-5
Failed (0)
Poor participation in teamwork and/or failure to complete mandatory tasks
Assessment criteria: level 1 (assessment scale 1–5)
The student...
C1 ... is able to act as a member of the team.
B1 ... uses learned techniques / work methods and models / processes
B3 ... can describe the basis, needs, and justifications for their actions
C3 ... shows that he has researched and studied the problem provided to the team
Assessment criteria: level 3 (assessment scale 1–5)
The student...
C1 ... is able to act as a goal oriented member of the team.
B1 ... applies a wide range of learned techniques / work methods and models / processes
B3 ... can research and define the basis, needs and justifications for their actions
C3 ... can suggest solutions to the problem provided to the team
Assessment criteria: level 5 (assessment scale 1–5)
The student...
C1 ... is able to act as an organizing member of the team.
B1 ... selects the appropriate techniques / work methods and models / processes for the operation and justify their choice
B3 ... can compare multiple solutions to a problem and take a justified course of action accordingly
C3 ... can solve the problem provided to the team in a fitting manner
Enrollment
20.11.2024 - 10.01.2025
Timing
23.01.2025 - 24.04.2025
Number of ECTS credits allocated
5 op
Mode of delivery
Contact teaching
Unit
Faculty of Business and Hospitality Management (LAB)
Campus
Lahti Campus
Teaching languages
- Finnish
Seats
20 - 60
Degree programmes
- Bachelor's Degree Programme in Business Information Technology
Teachers
- Minna Ulmala
- Pasi Tiihonen
Scheduling groups
- Luennot 1 (Size: 0. Open UAS: 0.)
Groups
-
LLTIBIT25KBachelor's Degree Programme in Business Information Technology 25K Lahti
Small groups
- Lecture 1
Learning outcomes
The student is able to
- use teamwork software in a variety of ways
- implement the website together with the other members of the team
- prepare the requirements specification, project plan, implementation plan, test plan and maintenance documentation for the website
- carry out the agreed tasks in accordance with the project plan
- install a simple web server securely
Implementation and methods of teaching
A project executed with the waterfall model. The artefact produced during the project is a security guide for an organization.
Workshop sessions, including teamwork practice.
Lectures.
Timing and attendance
Attendance is mandatory for the lectures and workshop sessions. The team will organize their work when planning a project and producing the artefacts but it is highly recommended to reserve time also for team meetings. The course will run between 23.1.- 24.4.2025.
Learning material and recommended literature
Materials will be provided in Moodle.
Learning environment
Classrooms on the campus, Moodle, Zoom, MS Teams and Internet.
Student time use and work load
5*27h=135h
Contents
Project work basics: working as a productive team member in a project utilizing the waterfall methodology.
Tool skills: capability to utilize teamwork tools (both methodologies and technical tools) for communication and delivery.
Additional information for students: previous knowledge etc.
The course Static Websites should be studied simultaneously with this course.
Assessment criteria
Teachers evaluate the team's work and artifacts resulting from the project work (project documents and product). Peer evaluation. Self-evaluation.
Assessment scale
1-5
Failed (0)
The student is unable to perform as a member of a team. Artifacts produced by the team are not appropriate as solutions to the provided problem.
Assessment criteria: level 1 (assessment scale 1–5)
The student...
C1 ... is able to act as a member of the team.
B3 ... can describe the basis, needs, and justifications for their actions
C3 ... shows that he has researched and studied the problem provided to the team
Assessment criteria: level 3 (assessment scale 1–5)
The student...
C1 ... is able to act as a goal oriented member of the team.
B3 ... can research and define the basis, needs and justifications for their actions
C3 ... can suggest solutions to the problem provided to the team
Assessment criteria: level 5 (assessment scale 1–5)
The student...
C1 ... is able to act as an organizing member of the team.
B3 ... can compare multiple solutions to a problem and take a justified course of action accordingly
C3 ... can solve the problem provided to the team in a fitting manner