Mine kurs

course logo

Python Django - Complete Course

- Dennis Ivy - 18t, 30m

Introduction course to building web applications using the Django Python web framework.

"After completing the course, I felt ready to build projects."

An excellent introductory course to developing applications using Django. When I took the course, a few things had changed with the framework. So, I had to do research to fix problems that surfaced. Thankfully the official documentation and the community online for Django is so good that i quickly solved them.

I think the course did an excellent job of helping me understand architecture and letting me know how to start using the framework for my projects quickly.

After completing the course, I felt ready to build projects.

- 20. April 2024

course logo

Computer Forensics

- Craig van Niekerk - 157t, 0m

A digital forensics and incident response introduction course covering the main topics and some of the more crucial tools used in the profession.

"...as a result of my studies, I do feel I have a much better insight into how the Windows registry works and is structured."

This course was led by an engaged instructor passionate about Digital Forensics and Incident Response. Although short, it had quality content that helped me familiarize myself with the most common and essential artifacts that could be used to collect evidence on Windows hosts.

I think the course gave us good enough insight into the profession to make us respect it and help us decide whether this could be a profession suitable for us or not. I found it equally fascinating and frustrating. However, as a result of my studies, I do feel I have a much better insight into how the Windows registry works and is structured. This cleared a lot of the mystery on Windows for me.

The exam had questions that were easy to answer but hard to answer well. It tested me well and allowed me to show what I had learned during the class.

- 23. March 2024

course logo

Learning Autopsy for Digital Forensics

- Bennett Hendrix - 1t, 23m

Introductional course to the Digitral Forensic tool Autopsy

"...a fantastic walkthrough of the main functions of Autopsy."

This Was nothing short of a great introduction and a fantastic walkthrough of the main functions of Autopsy.

- 4. February 2024

course logo

Ethical Hacking

- Francine Solheim, Ali Elimam - 146t, 0m

An introduction course to ethical hacking and penetration testing focuses on how ethical hacking brings value and helps an organization's security posture.

"Although it was nothing like what I hoped for and expected it was a great put-together course..."

This course was the one that made me apply for the Network and Information Security program at Noroff back in 2020. I had very high expectations for the course. Unfortunately, it was nothing like what I had hoped for. I already knew the tiny bit of hands-on hacking we were taught from my time spent on TryHackMe. The course and exam mainly focused on the theory and concepts surrounding ethical hacking and penetration testing.

Although it was nothing like what I hoped for and expected it was a great put-together course heavily inspired by the learning objectives of the CompTIA Pentest+ certification. The course made me appreciate the business part and the impact of ethical hacking in a much deeper way.

The exam was theory-only but asked questions that I think tried to validate the learning objectives pretty well. Unfortunately, I think the grading focused on listing concepts instead of validating real-world insights and understanding of the topics.

Of all the exams on Noroff, this was the most unfairly graded of them all. It was obvious to me that the grading teacher was looking for keywords on his evaluation sheet, and not evaluating the general competency shown by the student.

- 13. January 2024

course logo

Databases

- FJ Botha, Philip Blunt - 155t, 0m

A short introduction to basic database design and SQL queries using MySQL.

"This course could at least have been twice as large, and still felt too short."

The course was estimated to take 160 hours of study time and had no required reading outside the material provided by Noroff.

The course provided a high-level overview of database design concepts such as data normalization and relationships. It did cover "everything" regarding relational databases, but I think the material was too shallow and the explanations felt too rushed.

I had to look outside the provided material by Noroff to truly get a feel for the theory and practice of SQL queries and database design theory. This course could at least have been twice as large, and still felt too short.

My biggest disappointment was with the lack of a proper introduction to SQL injection attacks and mitigations. The course had some material on the topic, but only enough to get our feet wet.

During the class, I spent time doing HackerRank SQL and database challenges. These challenges in combination with a fantastic Udemy course taught me a lot about the topics Noroff failed to teach me. I also went above and beyond trilling database design and SQL queries on my own.

I'm very happy with the learning outcome of participating in this class, but unfortunately, I don't think the knowledge can be attributed to the learning material provided by Noroff.

The exam was probably the best at this point during my Noroff studies. I felt it really tested my understanding of database design and SQL queries.

- 22. October 2023

course logo

Complete SQL and Databases Bootcamp: Zero to Mastery

- Andrei Neagoie and Mo Binni - 25t, 30m

A very thorough course on SQL and database design using PosgreSQL as a tool.

"This course really helped me connect all the dots, and really understand the theory of SQL and DB design."

This course gave me a great deep dive into advanced SQL queries and Relational Database design. The first part of the course focused on select queries that really helped me understand the SQL syntax. The second part of the course focused entirely on the theory and practice of designing functional and business-oriented databases intended to solve problems for businesses.

This course really helped me connect all the dots, and really understand the theory of SQL and DB design. The instructors spoon-fed me the material in a way that made it impossible not to understand it.

- 1. October 2023

course logo

Programming

- FJ Botha, Bertram Haskins, Philip Blunt - 496t, 0m

An introduction course to programming with Python. It took us from complete beginners to building fully functional tools that run in the terminal.

"This period in my studies was a blast, and really helped me grow as both a programmer and an IT professional in general."

This very good course offered a very gentle and nice introduction to programming for students without any previous experience. The course was well-structured and is by far the best course offered by Noroff I have participated in. It's obvious that the teachers did their best to provide explanations for every part of the course material. Noroff even had two teachers provide the same lectures but with different teaching styles. To top it up, every task in the course had a complete video walkthrough that demonstrated and explained how to solve each task.

For advanced students, Noroff provided an entire module with an advanced deep dive into how Python can be used to craft custom IP packets using the "scapy" package, and as a tool to perform network management on the SNMT protocol.

I personally used this course as the backbone for a very deep dive into the fine details of Python by pursuing the certifications provided by the Python institute (PCEP, PCAP, PCPP1), working on HackerRank challenges, reading books on algorithms and data structures, and taking Udemy courses that made me understand at a much deeper level the details of programming and computer science in general.

This period in my studies was a blast, and really helped me grow as a programmer.

- 27. August 2023

course logo

Python Advanced 5 (File processing)

- Python Institute - 21t, 0m

A good introduction course on how to user Pyton to process data files such as SQLi databases, JSON, XML, logs, and config-files.

"This was another great course by the Python Institute."

This was another great course by the Python Institute. The material was short, on point, and easy to digest. The provided labs were great and helped me reinforce the material.

- 23. August 2023

course logo

Python Advanced 4 (RESTful APIs)

- Python Institute - 21t, 0m

A good introduction course on how to use web services using the sockets and request Python packages. It also touches upon serialization and deserialization using JSON and XML.

"For me, this course was a great repetition of the basics of the web and a nice introduction to the sockets package."

This was a great course, with fantastic labs that helped me prepare for the PCPP1 certification. It went pretty deep on how the HTTP protocol, JSON, and XML work.

The course had a solid overlap with the rest of the course material and the labs did a great job of connecting a lot of the material covered by all the other parts of the PCPP1 series from The Python Insititute. Because of this, I think this course should have been the last in the PCPP1 series on edube.org.

The last few labs expected insight into XML that was not covered by this course, but instead the file processing course.

For me, this course was a great repetition of the basics of the web and a nice introduction to the sockets package.

- 13. August 2023

course logo

Python Advanced 1 (OOP)

- Python Institute - 42t, 0m

A long and thorough course on advanced OOP concepts like abstract base classes, metaclasses, decorator design patterns, and Python decorators. It also discussed how Python handles encapsulation, drilled hard on exception chaining, and touched upon the pickle and shelve module.

"The course helped me fall even more in love with Python than I previously was."

This was a very good course that helped me understand and become even more familiar with OOP design and how variables are copied and how deep the use of pointers in Python really are used behind the scenes.

The course helped me fall even more in love with Python than I previously was. This course was for me yet another proof that certifications can make you learn important things you never would have discovered on your own.

My general OOP confidence got an incredible boost after finishing this course by providing excellent labs and tasks that reinforced the learning process.

- 13. August 2023

course logo

Python Advanced 3 (GUI Programming)

- Python Institute - 21t, 0m

Thorough deep dive into building GUI applications with Python and TKinter.

"The labs were great and helped me understand the nuances of the widgets..."

This course provided an excellent way of learning how to build GUI applications with TKinter. The labs were great and helped me understand the nuances of the widgets, and how to use events to build effective and good applications.

After completing this course I feel confident in using TKinter for small, and medium GUI projects. TKinter went from being usable to being great.

I think the course missed more advanced usage like building responsive applications with the "pack" display manager, and how to run multiple windows that can interact with each other.

- 6. August 2023

course logo

REST APIs with Flask and Python in 2023

- Jose Salvatierra - 12t, 0m

A fast-paced introduction to medium to advanced API development with the Python web framework Flask

"I liked that the course included the use of Docker for hosting the API."

The course was good for me because I have a bit of web development experience. But for newbies, this course would not be enough to get anywhere near confident in API development with Python and Flask. I liked that the course included the use of Docker for hosting the API.

- 27. July 2023

course logo

Python Advanced 2 (Best Practices and Standardization)

- Python Institute - 10t, 0m

A short course that taught me about best practices, standardization, and coding conventions in the Python Language. Specifically PEP-8, PEP-20 and PEP-257.

"If you have not been exposed to the PEPs, this is a great starting point."

The course provided a gentle introduction to the PEPs and what role they play in the world of Python programming. I don't think the course provided me with enough material to be truly confident, but what it did provide me with was enough information to build upon, when reading the PEPs that are covered by the PCPP1 certification.

If you have not been exposed to the PEPs, this is a great starting point.

- 27. July 2023

course logo

Python Essentials - Part 2 (Intermediate)

- Python Institute - 58t, 0m

A short and sweet course that aligns with the PCAP (Certified Associate in Python Programming) certification from the Python institute.

"This course is in no way enough to pass the certification exam."

This was a free course that was easy to follow, was well written with a good amount of humor, and had great labs. Unfortunately, the cert exam expected a lot more insight than the course prepared me for. Thanks to my general programming experience and extracurricular activity in addition to the course I was able to barely pass the certification exam.

This course is in no way enough to pass the certification exam. Since python institute is the same organization that created both the exam and the course, I think this is very strange.

The accompanying (paid) exam preparation review course and practice tests provided an excellent review, but in general, the level of in-depth understanding expected on the exam did not match this course at all.

- 23. June 2023

course logo

Python Essentials - Part 1 (Basics)

- Python Institute - 42t, 0m

A course designed to guide you from complete programming illiteracy to a level of programming knowledge that allows you to design, write, debug, and run programs encoded in the Python language, and to understand the basic concepts of software development technology.

"An absolutely perfect fundamentals course in Python."

An absolutely perfect fundamentals course in Python. Before taking the course I felt confident in Python programming, but this course really filled in the gap I needed to fill and made me generally understand better programming fundamentals.

I have been programming daily for almost for over 5 years, and I still learned from this course.

- 3. May 2023

course logo

Cloud Security

- Tom Drange - 155t, 0m

A course based on the Microsoft AZ-500 Cloud Security certification. The written material provided by learn.microsoft.com was yanked straight from Microsoft and formatted to fit the Noroff LMS layout and structure.

"I'm sad to say that this course felt like a minimum-effort project by Noroff..."

This course was definitely a low point in my learning experience at Noroff. The video lectures had several audio issues, the teacher seemed uninspired, and the written material was hard to retain.

I'm sad to say that this course felt like a minimum-effort project by Noroff, and the way the class was structured made it hard to retain the knowledge. A lot of the topics covered by the written material that was copy-pasted from Microsoft's own website expected previous experience and insight gained from certifications like the AZ-104. My class had not even had a basic introduction to Azure before this class, so we had no foundational knowledge to build upon.

The hard-to-grasp material came at a time when I struggled with study fatigue after more than 2.5 years of hard studying after a full day's work and family life. So the low quality of the learning material only increased the level of fatigue.

The good part of this course that really helped me learn was a collection of labs from Skillable. These labs really helped me get hands-on experience and helped me understand the concepts and methodology in Azure. Unfortunately, these labs were just tacked on as bonus material I started to work my way through during the last week of the course, as an exam cram.

Even though the labs from Skillable were excellent, they were a huge missed opportunity by Noroff that could have been used to really help us retain the material in a much better way by simply using them as bonus assignments mentioned across the material. The course had practical assignments, but they were too few and too short. After all, the AZ-500 is a practical certification and not a theoretical one.

This course, like all other Noroff courses, had two online open-book exams: an essay exam, and a multiple-choice exam. The essay exam had theoretical and practical tasks that challenged our understanding and hands-on skills. But my exam featured a problem that I had to solve that was not covered by the course material, this made me do research during the exam. The exam tasks were also written in a way that felt designed to make me misunderstand them. Both of these issues added unwarranted stress to the exam. The multiple-choice exam featured many questions about tiny details like default encryption algorithms that made me relive trauma from a previous CompTIA certification experience.

All in all, I'm glad this class is in my past... The only thing saving this course from a score of 1/6 was the Skillable labs.

- 12. March 2023

course logo

CyberOps

- Farai Nyandoro-Kunzvi - 213t, 0m

A class covering intermediate Information Security concepts, methodology, and theory. It felt like a natural next step after covering the material in the CompTIA Securiy+ certification.

"This class helped me pass the CyberOps certification, and the certification helped me get a good grade in this class."

I really struggled with motivation in this course. The first half of the course was pure repetition from previous classes, and the second half was unfortunately boring. The instructor-led videos went from being engaging, and enthusiastic in the beginning, to monotone, and to a point where the instructor himself seemed bored at the end. This was unfortunate because the lack of engagement in the video and written material came at a time when I struggled with motivation myself due to study fatigue.

This class provided a very solid foundational level of knowledge about a vast array of cyberdefense topics. It was purely theory-based, but I appreciate this class because I don't think I would be able to force myself to really understand these basics without the desire for a good grade. Fundamentals like the ones covered by this class feels very important.

Since the class covered material very close to the old old Cisco CCNA security class, I decided to spend time studying for the new Cisco CyberoOps Associate certification. This helped me focus less time on the material from Noroff and more time on material from other channels, such as CBT Nuggets, Linked-in learning, and the book. The same week as I took the Noroff Exams, I took and passed the Cisco CyberOps Associate certification exam. This class helped me pass the CyberOps certification, and the certification helped me get a good grade in this class.

The class was estimated to require the students to use 210 hours, spread across 8 weeks of classes and self-study, and 2 weeks of repetition and exam preparation. I ended up spending 213 hours on this class. For reading material, I read through the Cisco CyberOps Associate cert guide by Omar Santos. This was a long, and great book that I really enjoyed reading.

- 15. January 2023

course logo

Security and law

- Tom Drange - 138t, 0m

An introduction to national and international laws, rules, regulations, standards, and frameworks used in the IT and InfoSec industry.

"...a good course that made me learn a lot of stuff I did not know I needed to learn"

Generally, a good course that made me learn a lot of stuff I did not know I needed to learn.

Although I wish there were a bit more hands-on work, not only learning by reading and watching. Because of the passive nature of the course, I struggled to keep momentum and learn all the things I need to learn.

I liked the way we got introduced to security policies like ISO 27001/27002. I do think this was a very relevant class for my career as a cybersecurity expert. I also finally got a pretty good understanding and insight into GDPR, which is helpful in my job as a web developer.

The class dedicated quite a bit of space to discussing how cyber warfare compares to traditional kinetic warfare, and the problem of non-repudiation. Based on the current invasion and war in Ukraine this felt extremely relevant.

The class was estimated to require the students to use 168 hours, spread across 6 weeks of classes and self-study, and 2 weeks of repetition and exam preparation. I ended up spending 138 hours on this class. No book was defined as required reading, but I did spend a lot of time reading through laws, rules, regulations, standards, and frameworks.

- 23. October 2022

course logo

Cisco Certified CyberOps Associate (200-201) Cert Prep: 1 Security Concepts

- Lisa Bock - 2t, 22m

A course covering security concepts, the first domain of the CyberOps Associate certification.

"This course acted like a summary of a lot of the security concepts covered in the CCNA and CompTIA Security+ certifications."

Lisa is an excellent teacher that uses real-world examples and demos some of the concepts using tools in Kali Linux. This course acted like a summary of a lot of the security concepts covered in the CCNA and CompTIA Security+ certifications.

I think the pace of the course was a bit off at times, but overall it was an entertaining repetition.

- 11. June 2022

course logo

CompTIA Securty+

- Mike Mayers and Dan Lachance - 19t, 30m

Video course covering the CompTIA Security+ certification objectives

"Mike and Dan did a fantastic job of presenting theoretical topics in an engaging way using real-world tools and examples."

Amazing video series that really made me enjoy the repetition of topics covered by the CompTIA Security+ Certification, and the security topics covered by the Network and System Administration program on Noroff vocational collage.

Mike and Dan did a fantastic job of presenting theoretical topics in an engaging way using real-world tools and examples.

After watching this series I'm actually a bit sad that I can't find more videos from Mike for more advanced topics. 😥

- 1. June 2022

course logo

Introduction to Cyber Security

- Various - 24t, 0m

A short, ultra high-level introduction to cyber security terminology and concepts.

"I think this is an excellent first step for those just starting their studies"

This learning path was a fun and light experience that for the most part provided some basic information about the InfoSec workforce and career opportunities. I especially like how it made it clear that penetration testing is not the only role in InfoSec.

I think this is an excellent first step for those just starting their studies, and I think having a good overview of the different roles in Cyber Security, and a tiny introduction to some of the base terminology would help them immensely. ¨

I do think it actually was a bit too shallow, and I wish they would have added more content to the learning path to expand a bit more on the topics.

- 13. May 2022

course logo

Introduction to Information Security

- Tom Drange - 203t, 0m

Basic information security class that covered professional jargon and gave a broad overview of cyber attacks and defences.

"The video lectures were at a level that I don't think any professional tutor could be proud of delivering."

This was the class I had been looking forward to throughout the entire Network and System Administrations program at Noroff. Unfortunately, the class did not live up to my expectations in any way. As the name suggested, this was an introduction to IT security, but a large portion of the class was a repetition of what we should have learned in previous classes. The few new topics that were introduced had poor explanations.

The video lectures were at a level that I don't think any professional tutor could be proud of delivering, and the written online learning material was written in an uninspiring and boring way. I managed to read through the content with the sheer power of will. On a positive note, the accompanying book to this class: "Introduction to Information Security" by Michael Goodrich and Roberto Tamassia, was well-written, entertaining, and easy to read.

After completing every class in the Network and System Administration program at Noroff, this was clearly the weakest class of them all when it comes to pedagogical approach and learning content. I think I managed to get an A in this class despite the learning material provided.

The class was estimated to require the students to use 200 hours, spread across 8 weeks of classes and self-study, and 2 weeks of repetition and exam preparation. I ended up spending 203 hours on this class plus a lot of time spent on TryHackMe.com to gain practical experience with the subject matter.

- 23. January 2022

course logo

Network Infrastructure (NET)

- Bertram Haskins - 499t, 0m

Good introduction course to computer networking that was obviously heavily based on the retired CCENT certification from Cisco.

"This class was a perfect introduction to computer networking!"

This was one of the classes I was actually not looking forward to. This was mostly because the class lasted almost six months, and students who had taken it warned me about how tough the material was to understand and master. Thankfully, I was pleasantly surprised and discovered a topic I would never have imagined as fun, and this was just that. This class was a perfect introduction to computer networking!

I especially liked how the class was divided into theoretical concepts and then dived into the practical hands-on configuration of Cisco routers and switches. In addition to learning a lot, I gained respect for the profession of those working in data centers as network engineers.

The class was divided into six modules split across 12 weeks as a part-time student. Parallel to this class, I studied for and passed the CCNA (Cisco Certified Network Associate) certification. The overlap between the class and the certification was great, and in many ways, they both provided equally great repetition for the class exam, and certification exam. However, it has to be said that the CCNA covers much more than this class does. It seemed to me like the class overlapped almost perfectly with the old (pre-2020) Cisco CCENT certification, which covered about half of the CCNA certification. 

Because the class started before the summer of 2021, and ended after the supper vacation, I got the chance to spend the summer drilling networking concepts and absorbing the material. 

This was a great course that really enabled me to understand the networking portion of system administration and application design. If I someday don't want to do programming anymore, this class made med realize that networking might be a fun option.

- 31. October 2021

course logo

TOTAL: CompTIA Network+ Certification (N10-007)

- Mike Mayers - 23t, 0m

Video course that covers the CompTIA Network+ exam (N10-007).

The course and the certification give fundamental insight into what a network is made up of, and how it functions.

"Mike Mayers gave me a fun experience learning about networking"

Total seminars did it again. Wow, what an excellent introduction to networking. The video lessons gave me an excellent birds-eye view of what computer networking is, and how it's built now and previously in history.

I especially loved the section about subnetting and the differences between a router and a switch.

- 5. July 2021

course logo

Unix Based Technologies (NIX)

- Renè Østensen - 292t, 0m

This large and broad course that focused only on using terminal emulators for system administration. It started with the basics of users and permissions and ended with us installing Arch Linux based on our own preferences.

"...after this class, I can confidently say that I feel more at home in the Linux terminal than I feel using Windows - which I have used all my life."

This was an incredibly fun and engaging class that I really loved studying for. The first two weeks focused on getting a deeper understanding of topics I had surface-level knowledge about before the class. Then, we spent the following weeks digging really deep into how Linux works and how to configure Debian and Redhat-based distros. Before this class, I felt that I knew my way around Linux, but after this class, I can confidently say that I feel more at home in the Linux terminal than I feel using Windows - which I have used all my life.

The course covered broad use of Linux, and the feeling of installing Ach Linux at the end of the course, where I actually understood the entire process, and realized that I could build my own OS, covering my specific needs, felt amazing.

The teacher in the video lectures was entertaining and had a very good pedagogy, but most of the topics were covered by reading the provided material and doing self-studies.

The CompTIA Linux+ Portable Command Guide was the required reading for this class. In addition to this book, I read several other books covering the same certification and took several Udemy and LinkedIn Learning courses covering topics I struggled to understand fully. The course estimated 200 hours of study time, spanning eight weeks of tutoring and (most) self-study, and two weeks of repetition and exam preparations. I went beyond and above and spent almost 300 hours studying.

- 22. May 2021

course logo

Microsoft Based Technologies (MST)

- Tom Drange - 229t, 0m

An extensive introduction to Windows Server 2019 and Windows 10 professional covering Active Directory and other on-prem technologies offered by Microsoft.

"...thorough introduction to on-prem Windows servers and the management of network devices using Active Directory"

This was an extensive introduction to on-prem Windows servers and the management of network devices using Active Directory. The focus of the class was practical work on Windows Server 2019. Since my main fascination and daily need for system administration was on Linux servers, it took a lot of willpower to power through all the GUI-based programs we learned to use on the Windows servers. But thanks to well-organized labs, I learned a lot. I even got my first introduction to PowerShell during this class.

The course covered the installation, configuration, and management of Active Directory and the use of Group Policy Objects. We used VMware workstation to virtualize multiple clients and servers in a complete but small corporate network. We learned to configure software RAID, manage file permissions on directories and AD-level, firewall rules, RDP, and backup. We also configured SMB file shares, DNS, DHCP, printer services, and a HyperV server for virtualizing. Finally, we touched briefly upon Azure and what was then known as Azure Active Directory.

The teacher did a great job of keeping the course to the point, but the video lectures often became dry and uninteresting, even though he did his best to keep them entertaining. I spent a lot of time on related LinkedIn learning courses on Server management. I also read a book covering the curriculum for CompTIA Server+ to make the class more interesting, and to fill knowledge gaps I discovered.

The course spanned eight weeks of classes, and two weeks of repetition and exam preparation. I got an A in this class, but I must admit that I think we barely scratched the surface of what Windows Server offers.

- 7. March 2021

course logo

Operating Systems and Filesystems (OFS)

- Janrik Oberholzer - 157t, 30m

A relatively thorough class in how operating systems, file systems, processors, memory, and mass storage devices work and operate in a computer. 

"...an incredibly interesting and good class, and I "finally" understood how a computer works."

This was an incredibly interesting and good class, and I "finally" understood how a computer works. I think this class was an excellent introduction to computing in general.

However, I don't think the required reading was particularly good for students like me who had little insight into C programming. Most of the examples used in the book that explained communication with the OS kernel were written in C, with functions and concepts the author expected the reader to know about.

I spent quite a lot of time on this class, and I feel that I learned a lot from it. The required reading was Tanenbaum A.S., Modern Operating Systems. In addition to the provided reading material, we watched various videos on YouTube and LinkedIn Learning that helped us understand the material. The lectures were entertaining, but unfortunately, I struggled to understand the teacher's accent, which made me watch all the lectures several times.

In addition to the material provided by Noroff, I read and watched Mike Mayers' Udemy course on the CompTIA A+ certification and a book called "But How Does it Know?" that helped me really understand how CPUs, RAM, and I/O work on a computer system.

The class was estimated to take 160 hours divided over six weeks with provided learning material and self-study. This estimate aligned well with the amount of time I spent studying for this class.

- 13. December 2020

course logo

Problem Based Learning (PBL)

- Tom Drange - 79t, 30m

A brief, but broad course on all aspects surrounding academic learning. The course spanned topics like study techniques, Harvard referencing, speed reading, learning theory, project management, and much more.

"The course really was an eye-opener that gave me tools that I relied heavily upon during the entire study program."

This was a course that, in many ways, prepared me for the coming years as a part-time student at Noroff. I found the topics of learning and reasoning theory fascinating. The course really was an eye-opener that gave me tools that I relied heavily upon during the entire study program.

The course had a nice flow, but at the same time, I think each topic was covered too briefly for my liking. Many of the topics were covered so briefly that I felt we barely touched upon them without giving me the time to dig into them and truly understand them. This class could easily be extended into an excellent one-year philosophy and pedagogy study program.

I probably should have spent more time on extracurricular activities during this class. I did not really take my time, and probably took it to light in the class because I had experience from other studies in many of the topics covered. 

The course lasted for six weeks, plus two weeks of repetition and exam preparation.

- 18. October 2020