Computer Based Trainings (CBT's)

Information on the inner workings of all those trainings your business makes you take online as well as some automation to make it easier on you!


What is a CBT?

A CBT, or computer-based training, is a training you take on the computer!

Yeah, yeah. A CBT is what happens when companies want to be able to state that their employees were trained on certain aspects of the job they'll be doing, whether it be safety or procedure, but want to make sure that information is standardized for each employee.

There are more reasons why a company would decide to do CBTs instead of direct training or classroom setting. They may not have the space to do so. They may have either not enough staff or too many people who need the training to have a decent ratio. CBTs are also a quick and dirty CYA for the company so if anything bad happens, the employee can't blame the company for not instructing them on what they were supposed to do. "See? You took the training, it's on your file."

Now I'm not saying all CBTs are bad or useless. I've had many CBTs I've learned good info from and I try to take notes just as I'd do in an online class so I can refer to this stuff later on. It also gives you a good baseline. You might not remember the information, but you know where to go to get it and every time it comes up it solidifies that info in your mind.

Speaking of online classes, especially with the whole COVID thing, a lot of people learned that they just aren't good at taking online courses. Hopefully there should some stuff in here to help out with that.


What are we trying to do here?

I have a few goals that I want from this program.
It should:


Caveats and Workarounds

This is a personal project to solve a single problem in whatever way I can. I am in no way a professional programmer, and if you have suggestions email me at kitchnsync.sinkmail@gmail.com. I love learning things!

This being a complete bodge project (like most of my programming) I don't have much to work with. It's a work computer so I can't install anything on it. What I can do is install something to a USB at home, copy it to the computer from the USB, and run it on the computer.

So what I did was install VIM and AutoHotKey to a flash drive and copy those onto the computer (after finding out that you can't run executables off of USB's but you can copy them to your desktop and fire them up from there.)

Doctor Evil from Austin Powers making air quotes with the text security at the bottom

I would love to make a program that is some sort of web scraper for getting all the text off of the site source codes (or to somehow just save the source codes directly to a file) but I'm still figuring out how to do that.

The Files

Due to having a free account on neocities, I have to upload them as "filepath.extension.txt" so you'll have to remove the .txt extension

I'm gonna be adding a lot more info on these as well as comment lines in the programs.