Admin Blog

135 articles

Benefits of bringing e-learning materials in-house

Advantages of in-house production of e-learning materials Hello! I'm Motoki from Marketing. I would like to write about e-learning materials (content) when introducing and utilizing e-learning for in-house and corporate training! If you are considering using e-learning for training, but are not sure whether to create the materials in-house or outsource them, please take a look at this article. Click here to see the table of contents. 1. when introducing e-learning to your company's training program, what you need are the teaching materials. 2. whether to prepare the materials in-house or outsource them? 3. if you prepare the materials in-house, it is important to have an LMS that is easy to use! 4. examples are provided below. 5. of course, there are also advantages to outsourcing. 6. please take advantage of our free trial first. When implementing e-learning for in-house training, all you need are the teaching materials. When creating an e-learning program, the first thing you need is teaching materials. Textbooks and training documents are used for e-Learning, such as PDF materials, web pages, and videos, and quiz creation is used for exercises and tests. You may be wondering whether to create these materials in-house or outsource them to a third party. Do you want to create the educational materials in-house or outsource them? Do you create your own e-learning materials? Or do you outsource? While there are advantages and disadvantages to both, we would like to focus on the advantages of creating eLearning materials in-house. What are the advantages of creating e-learning materials in-house? First of all, with outsourcing, it takes a lot of time and money to revise the materials once they are created. ~ First of all, considering the disadvantages of outsourcing, it is the same in any field, but once created, revisions and updates are costly in terms of additional fees and time and effort to request them. Number two, if we create it in-house, we can easily create and modify it ourselves. ~On the other hand, when we create our own teaching materials, we can easily create and revise them ourselves, allowing us to control the maintenance of the materials after they are created. The advantages of creating e-learning materials in-house can be summarized as follows...the more we can create our own materials, the quicker we can create a variety of content! I think this means that we can create a variety of content faster. If we're going to create our own educational materials, the ease of use of the LMS is critical! If you are creating e-learning materials in-house, the most important thing is to have an LMS that allows you to create materials easily. In terms of an LMS system that is easy to use, learningBOX is clearly the best choice. (Of course, there are many other points to recommend learningBOX, but we will omit them in this article.) One of learningBOX's concepts is "a system that allows anyone to easily build a web-based learning environment. Have you ever had the experience of not knowing how to operate a new tool or application, or having the feeling that it is different from what you expected? I often do. It is a great feeling when you find a system or application that is easy to use. learningBOX has an intuitive UI design that can be operated without manuals, so that administrators creating e-learning materials do not feel stressed when using the system. learningBOX is a "box" for creating e-learning materials. It is an e-learning system that is easy to use, even if you are not familiar with the system, when creating your own e-learning materials. Here are some examples. We will introduce some e-learning case studies in which our clients have actually used learningBOX by creating their own teaching materials. Motivation Switch Group Inc. Case Study Interview] December 5, 2019 - Motivation Switch Group|Case Studies|learningBOX e-learning system This is a case study of an e-learning system implemented using learningBOX, focusing on the advantages of creating educational materials exactly in-house. "We had a strong image that e-learning, once created, is time-consuming and costly to revise. So, in addition to price, we also focused on the keywords "easy to create by ourselves" as research keywords." "In the end, we would think of the content of the exercises ourselves, so wouldn't it be a double hassle to tell them what the exercises would be and have another company create the content for us? I thought. We started with the idea that if we were able to create the content ourselves, we would be able to create a variety of content faster as a result." "By implementing e-learning, the traditional manuals started to function better." As you can see, you are taking advantage of the benefits of creating your own teaching materials, and you are taking full advantage of the learningBOX to increase the educational effects of e-learning implementation. In our case (Tatsuno Information System) Training with Reporting Function to Customer Success We, of course, use learningBOX for our training, but most of our materials are created in-house. We use the report function to provide training on customer service. Especially training on customer service is related to our company's services, so we have no choice but to create our own training materials in order to train those services. Of course, there are advantages to outsourcing the creation of these materials. We have discussed the advantages of creating e-learning materials in-house. But let me turn what we have said so far upside down. Advantages of Outsourcing e-Learning Materials It may have sounded as if there are no advantages to outsourcing, but there are, of course, advantages to outsourcing your eLearning materials. For example Advantages of outsourcing e-learning materials: 1. 2. Materials on general topics (e.g., personal information protection) can be created faster than materials created in-house. No.3If you do not have the know-how, knowledge, or resources in-house (e.g., legal topics outside your company's area of expertise) In other words, even if you create the materials in-house, you are still incurring your own internal costs, so if you compare those costs with the costs of outsourcing and decide that outsourcing is worth using even if the cost is a little higher, that may be one of the reasons for your decision. If you decide that outsourcing is worth the higher cost, that may be one option for you. In this issue, we have explained in detail the advantages of producing e-learning materials in-house. Why don't you try using learningBOX to create and register your e-learning materials and create your e-learning program? You can use learningBOX for up to 10 accounts for free for an unlimited period of time. Try our easy-to-use, instruction-free service for yourself!

How to create and add SCORM materials using TensorFlow.js

Happy New Year! I am Yokoyama🐈, a developer. I look forward to working with you in the New Year! This time, I would like to introduce an article titled "Using TensorFlow.js to add a problem to judge handwriting in learningBOX. Originally, SCORM requires imsmanifest.xml, a file that defines the structure of the teaching material, but learningBOX can be registered without imsmanifest.xml. Click here for the table of contents 1. try to add a question to judge handwritten characters 2. what is SCORM? What is TensorFlow.js? 4. summary Let's try adding a problem to determine handwriting. Seeing is believing, so first watch this video! The numbers displayed on the screen are input by handwritten letters. The question is to determine if the entered letters are correct or incorrect. This problem is running as a SCORM teaching material on the actual learningBOX! This is made using SCORM and TensorFlow.js. We will explain in turn. What is SCORM? SCORM is a standard in e-learning. SCORM is an e-learning standard that defines specifications for combining learning materials with an LMS (Learning Management System). In Japan, the Japan e-Learning Consortium certifies LMSs and content, as well as SCORM-related qualifications. Since learningBOX is a SCORM-compliant LMS, grades and other information can be saved as long as the materials are SCORM-compliant. Since this question was also created in accordance with SCORM, the grades are saved in learningBOX. If you want to know more about SCORM, check out this article! ▼For more information, click here. What is TensorFlow.js? TensorFlow is an open source machine learning library developed by Google Inc. The JavaScript version of this library is TensorFlow.js. This time, we used TensorFlow.js for a simple task of judging handwritten numbers. Please understand that I am a beginner in machine learning, so I may not be very good at some things 🙇. If you are interested in trying out these questions, please download the zip file. Please download the ZIP file, register it in learningBOX, and upload it as a SCORM teaching material! *This problem has been tested with Google Chrome. Reference: Load MNIST-trained model with TensorFlow.js for handwriting recognition in a browser Conclusion In this article, we have introduced a simple but effective way to create and add SCORM teaching materials. Originally, SCORM requires a file called imsmanifext.xml that defines the structure of the material, but learningBOX can be used without imsmanifest.xml. LearningBOX is a SCORM-compliant LMS, so grades and other information can be saved as long as the material is SCORM-compliant. Since this question was created in accordance with SCORM, the grades are saved in the learningBOX. This time, the content was simple, judging a handwritten number, but with application, a wide variety of SCORM teaching materials can be created.

Causes and countermeasures for logging out of Excel when linking from Excel

When I step on a link from Word or Excel, for some reason I am taken to the login screen. We have also had this problem with learningBOX in the past, but it was resolved in version 2.8.9. We are now disclosing the cause and countermeasure for this problem in case other systems are also suffering from the same problem. Click here to see the table of contents. 1. symptoms 2. causes 2. countermeasures 3. why was it discovered in the first place? 4. are all the web apps out there coping with it? Symptoms While logged in to a certain system, when I open a URL in the system from Word or Excel, I am redirected to the login screen. Since the user is already logged in, we would like to have the URL in the system opened directly. Cause In Word or Excel, when you click on a link, Word or Excel sends a request to that link address; Word or Excel receives a response that redirects you to the login page because you are not logged in to the linked site. This redirect URL is passed to the web browser, which causes a transition to the login page. Countermeasures When a request for the post-login page is received from Word or Excel, do not perform redirect processing. By doing so, the specified URL is passed to the web browser as is, and the post-login page can be opened. In the figure above, it is enough to change the processing at point (2). If you are using PHP, you can use the following code to handle this issue. exit may have side effects, so please terminate the process in accordance with your framework's style. If you return an empty document with a status code of 200, it is almost OK. How was it discovered in the first place? One of our customers distributes URLs for educational materials via Excel, and for some reason, when he steps on the link, he is taken to the login screen. Since there is no special exception handling only when opening from Excel, we investigated the cause of the problem by referring to the web server logs, etc., and found that the problem was caused by strange behavior of Office. Are all the web apps in the world coping with this? As of January 14, 2020, Gmail and Slack have been addressed, but there are many services that everyone knows about that have not been addressed. This is not so much a problem on the web application side as it is a problem with the behavior of Office, but it can be easily handled using the method described above, so please consider taking action.

Let's use learningBOX to sell learning contents (Part 2)

A new year is upon us, and it has been two years since the last time we were in the office in 2025. Hello! I'm Sakamoto, a member of the introduction support team. This month's article is the second part of the EC feature that made a brief appearance last month! In the previous article, we gave you a brief overview of the EC function. In the second part of this article, we will introduce you to the various features and pricing plans for the EC function in more detail! We hope you enjoyed the second part of the EC feature! We look forward to your continued support of this paper. The article we introduced last month, "Let's Sell Learning Content Using learningBOX [Part 1]," is now available on our website. You can check the article "Let's Sell Learning Contents" using learningBOX [Part 1]" from here. Click here to see the table of contents. 1.Account registration function 2. Product Registration Function 3. Sales Management Functions - Payment Functions - 4. Fee Plans for EC Functions 5. Summary Account registration function The EC function requires users to first register as new members in order to purchase educational materials. From the login screen, click "Click here for new member registration" to display the new member registration page. After entering the required information such as login ID, password, and e-mail address, and agreeing to the Terms of Use, an e-mail will be sent to the registered user to complete the registration process. After the registration process is complete, the registered user will receive an email with a URL attached to the registration email. Once approved, the registered user will be able to purchase educational materials from the store. Approval can be set to manual or automatic. With automatic approval, users will be able to log in immediately after completing new member registration, so they can purchase materials from the store page and begin learning. Click here to create a new account (registration procedure) Steps (1) Fill in the required information. ② Agree to the Terms of Use. ③ Confirm the registration details. You will receive a notification of registration completion. (5) Click the attached URL to log in. Product Registration Function The Product Registration function registers educational materials created in learningBOX as products. In order to sell educational materials, it is necessary to create course materials based on the course flow. You may think that it is difficult to create educational materials, but learningBOX has a simple design, so anyone can create contents easily! LearningBOX features intuitive operation, so even if you are not familiar with computer operation or systems, you can easily learn how to use it by touching it. LearningBOX offers a wide variety of teaching materials that can be created! You can create your own content such as videos, PDFs, quizzes, and report functions. For more information on how to create content, please refer to the learningBOX content management page. With learningBOX, you can add and create contents such as PDF materials, video materials, materials for certification exams, study aids, etc., according to your needs and applications. You can sell your original learning courses from a wide variety of content features. ☑Points After creating educational materials to be sold, add them as products from the "Product Management Screen" of the "EC Function". On the Product Registration screen, enter the product code, title, and description of the product. The product description should clearly state what knowledge and skills will be acquired and who the product is intended for, in order to motivate users to purchase the product. The thumbnail image is also an important part of the product, so we recommend setting an image that will catch the user's eye. Then, select the pre-created materials, set the preview, price, sales period, etc., and you are done. For more information on how to register your products, please refer to this page. Sales Management Functions - Payment Functions The earningBOX EC function supports the following 6 payment methods. You can select the payment method to be used from the payment processing settings screen, change the wording to be displayed before and after the purchase, and set the payee. The "Receipt Settings" screen allows users to select whether or not to use the receipt issuing function and to edit the information to be included on the receipt. Once set, users can issue receipts from their purchase history. EC Function Fee Plans LearningBOX pricing plans are usually calculated based on a license fee plus various optional fees. The license fee is charged on a pay-as-you-go basis based on the number of accounts. There are two types of licenses, the Starter Plan and the Standard Plan. The difference between the Starter Plan and the Standard Plan is the difference in server capacity and upload capacity per material. However, if you wish to use the EC function, there is a special license plan for EC called the "EC Special License." Unlike the standard license, it is a pay-as-you-go plan based on the amount of payment for course sales. With the EC Special License, the number of accounts and total data capacity are unlimited, so there is no need to worry even if the number of users or teaching materials increases. (The limit per teaching material is 500 MB.) EC Special License requires a contract for a dedicated server. ➡For more information about EC Special License, please visit the EC Special License page here. Conclusion In this article, we have introduced the details of EC functions and plans. There are many more features that we have not been able to fully introduce. If you have any questions about usage or functions, please feel free to contact us! Thank you for reading to the end.
E-Learning - Empowering

How to give appropriate roles to members using learningBOX Management role settings.

How to give appropriate roles to members using learningBOX permission settings Hello! This is my second time to write a blog. My name is ⛄ Shinokura. This time, I wrote an article highlighting "Authorization Settings" for member management. Authorization settings allow you to set up role assignments for each account, such as "creating teaching materials, managing grades, assigning teaching materials," and so on. Thank you very much for your understanding. Table of Contents What are authorization settings in the first place? 2. how to set permissions 3. how to assign permission settings to members 4. detailed settings 5. summary What are permission settings in the first place? Our e-learning system (learningBOX) allows you to give authority to group members. Each member can be given a role, and a wide range of settings can be made, including "Administrator Authorization," "Teaching Material Management Authorization," "Grade Management Authorization," "Teaching Material Allocation Authorization," "Group Management Authorization," and more. For more information on authority settings, please refer to "Administrative Authority". How to set up privileges First, create an owner account with all permissions. After registering the account, click "Member Management" on the menu bar and assign permissions. Let's assign permission settings to members. Group Management Authority Authority to invite and edit members, create and edit groups. Authority to manage teaching materials Members who are authorized to manage teaching materials can manage [Create/Edit Contents] and [Create/Edit Folders] in the learningBOX. Grade Management Authority Members who have been granted grade management privileges can view the grades of other users. Grades of all users invited by the administrator are displayed by group, by individual, and by question. Authority to Assign Grades Members who have been granted the right to assign grades to specific users or groups can assign folders to specific users or groups. Administrator Privileges There are four types of administrative privileges, each of which can be set. The four types of administrative privileges are "Authorization", "Notification Management", "Email Template Editing", and "Settings Page Access". Detailed Configuration Methods Each user can edit a specific folder or group, or view group members' grades. Clicking on Group Management Permissions in Member Management opens a modal and allows you to set permissions in a pull-down format. Group Management Permissions allow you to invite and edit members only to the groups you have set. If you have permission to one group only, you cannot move members to other groups. With the Educational Material Management permission, you can edit and create educational materials only in the configured folders. With grade management privileges, you will only be able to view the grades of the course materials in the folder you have set for the group you have set. Conclusion In this article, we have introduced the authorization settings. By partially granting the necessary permissions to each member account, you can create a system that prevents users from moving to pages they are not in charge of. You can hide pages that you do not want to be viewed by unmanaged users and prevent accidental operations. The administrative authorization function can be combined in dozens or hundreds of ways, including partial authorization. You can configure them to suit your needs. Thank you for reading to the end.
E-learning - free

Free e-learning system to get started

The year 2019 is just a few days away. How was the first year of 2019 for you? I am Kitaoka🍎, a marketing manager, and I haven't finished writing my New Year's greeting cards at all. This article is for those of you who are interested in e-learning! If you want to implement e-learning but are wondering which company's service to choose, this article is for you! Our e-learning system (learningBOX) is free for anyone from individuals to companies to start using e-learning. All you need to prepare is a computer and an Internet environment. You can start e-learning from the day you register. In this article, we will introduce the features and functions of our e-learning system, learningBOX. Thank you very much for your interest in our e-learning system. Table of Contents 1. do you have any of these employee training problems? 2. learningBOX is an e-learning system that even first-time users can use with confidence. 3. here are some examples of situations in which learningBOX can be used 4. summary Do you have any of these employee training problems? If you are in charge of training and have only conducted group training, please contact us. Do you have any of these problems or issues when implementing and operating employee training? The person in charge of training is worried: "I don't have time for group training for all participants. We don't have the budget to conduct training every time. The level of knowledge acquisition varies from employee to employee. We have conducted major training programs, but as time goes by, the knowledge fades and it takes time for it to take root. I need an e-learning solution to all my staff's problems! But ...... Concerns about operational aspects I am not familiar with computer-related knowledge or electronic devices. I am not confident about creating training materials and setting up the content I want to use for training. Concerns about price The price is too high, and I cannot afford to spend a large amount of money. I am afraid to purchase a product or service that is difficult to see what is inside. Concerns about ease of use If there is a difference in usability among different age groups, it will be difficult for the company to introduce and manage the service. Can anyone, not just a few people, manage the system? There are many people who are interested in e-learning learning, but who reject or are uncomfortable with computer operation and setting methods. In addition to that, they tilt their heads at the high price of e-learning systems, and their enthusiasm for introducing e-learning cools down. We believe that there are indeed many such persons in charge. learningBOX is an e-learning system that even first-time users can use with confidence. Most e-learning systems on the market today are very expensive, and most services are mainly designed for large companies. The concept of learningBOX is a "cheap and easy-to-use" system. Since its launch in Japan, learningBOX has been used by many small and medium-sized companies and organizations, such as private cram school owners and restaurant owners, who feel that introducing a large e-learning system is too much of a hurdle. How to operate learningBOX No computer knowledge required! Even if you are not familiar with the system, you can easily learn how to set it up by touching it. There are no difficult operations or settings. It is a very simple design. You can learn more about the functions and usage of learningBOX on the usage page here. LearningBOX Fee Plans Our e-learning system is sold at a price range (from 33,000 yen per year for 100 users) that is suitable for large companies as well as small businesses and organizations. You can fully grasp and check the usability of the system by using the free plan. The learning environment created with the free plan can be upgraded with the paid plan. In addition, you can customize the environment to meet your company's needs by adding options for paid plans, such as original design settings and your own domain name settings. For more information about the services and fees of the paid plans, please refer to the pricing plans here. Ease of use of learningBOX learningBOX is an e-learning "box" that allows you to build and manage a conventional learning environment on the web. Inside this box, learning materials such as videos and PDFs, questions and tests, and grades are stored, and the system manages the learning process. Features of learningBOX More than 12 types of question formats for the web test and quiz creation function. The system can easily create tests and practice questions to check the effectiveness of the training. The web-based test and quiz creation function allows you to easily create tests and practice questions to check the effectiveness of your training programs. Tests can be created for all types of industries and fields. You can also convert your own teaching materials to e-learning and sell them. *Please check the extensive content features of learningBOX. Click here to see the usage scenarios with learningBOX. Click here for case studies LearningBOX is used for in-house training at Monogatari Corporation The company introduced e-learning for promotional examinations at directly managed stores to develop human resources that will make each individual shine even more brightly. The main issue was the cost and time required for the paper-based examinations, which require participants to travel to Tokyo, Nagoya, Osaka, and other locations from all over Japan for a one- to two-hour exam. Our main goal was to reduce the transportation cost and time required for the test. .........➡Check out the case study here for more details. Motivation Switch Group uses learningBOX for training exams The fact that learningBOX allows us to take the examinations repeatedly has been very well received by the participants. The training exams that we conduct are not designed to fail, but to quickly understand and consolidate knowledge, so by using learningBOX, it is good that they can build up and reach understanding on their own. Also, the time it takes for students to pass the exam has become very short. 8 months was the average before the introduction of learningBOX, but now, it's a whopping 2.1 months. ......... ➡Check out the case study here for more information. Nippon Kotsu Corporation uses learningBOX for new employee training Since the introduction of learningBOX, I feel that the overall understanding has deepened when I talk with the new recruits. Then, every time they have a question, they call us and we go over it in detail and explain it to them. Then we would lightly spend 30 minutes on the phone. This process has been replaced by a conversation that begins with "I looked at the Web" or "I checked the e-learning program," which has considerably shortened the time spent on the phone. Even if we exchange e-mails, we can communicate with each other with some prior knowledge, so it saves time and effort for both parties. .........➡Continue reading this case study A person in charge of e-learning implementation is in over his/her head! This page introduces case studies of companies and schools that are actually using learningBOX, detailing the background to the introduction of learningBOX, the problems they faced, and the effects after the introduction. Conclusion In this article, we have briefly introduced the features and functions of learningBOX. learningBOX is an e-learning system that even first-time users can use with confidence. No computer knowledge is required! Even if you are not familiar with the system, you can easily learn how to set it up by touching it. Please try the free plan to see how easy it is to use! The concept of learningBOX is a "cheap and easy-to-use" system. Thank you for reading this article.
blended learning

How to Improve Learning with Blended Learning

How to Increase Learning Effectiveness with Blended Learning It's already the last month of the 2021 calendar year! This is Kobashi🐧 from Development. Have you ever heard of "blended learning"? In recent years, it has been attracting attention as a new learning (training) style that combines e-learning and group training. In this issue, we would like to briefly introduce "blended learning. Table of Contents What is "Blended Learning"? 2. advantages of blended learning Why learningBOX is recommended for blended learning 4. summary What is "Blended Learning"? Blended Learnig Blended learning is a training style that combines two types of learning methods: e-learning for knowledge acquisition and testing, and group training for discussion and on-the-job training. Although e-learning has become the norm as a form of learning, there are some subjects that cannot be mastered without hands-on training, and for these subjects, it is better to gather in person for group training/learning. In such cases, is group training alone really sufficient? In many cases, the majority of the training time is spent explaining basic knowledge and terminology, and the practical skills training is done at a snail's pace, with the result that the learning effect and results are not very good. In such cases, try to sort out the content of the training. Taking the example of "combining group training and e-learning," let's say Participants acquire basic knowledge through e-learning in advance. The instructor collects data on the students' learning status and conducts a questionnaire to understand the students' situation. 2. (2) During the group training, emphasis is placed on practical skills training and other activities that are only possible in a real group training session. 3. after the group training, participants can continue to follow up with e-learning and review tests to ensure continuity. This will dramatically increase the effectiveness of learning. In other words, "mixing the best parts of multiple learning styles to maximize the learning effect. This is "blended learning. Blended learning This is a form of learning in which students learn in a formal educational program, using materials and instructions provided at least partially through online delivery, in a situation where they can decide to some extent when, where, and in what order and at what pace they will learn. Students would still attend the school building, but would combine face-to-face classroom learning with computer-mediated activities (e-learning). Proponents of blended learning cite the ability to collect data on student progress and the ability to customize the instructional and assessment process as major advantages of this approach. (From Wikipedia.) Blended Learning References:. Blended Learning - Ministry of Education, Culture, Sports, Science and Technology Blended Learning - Japan E-Learning Consortium Benefits of Blended Learning The following are some of the benefits of incorporating blended learning into your training program. (1) By conducting a questionnaire before the training, the instructor can provide training that matches the learners' learning status on the day of the training. (ii) Participants' objectives and awareness of their participation in the training can be raised. (iii) Training is not one-way but interactive and meaningful (iv) Reviewing the material after the training with quiz-style materials and slide digests, etc., will help to consolidate the memory of the training. (v) Reduced scheduling burden and transportation costs for training participants as well (6) Acquire basic knowledge through e-learning in advance + Group training and classes + Post-training e-learning to consolidate memories Blended learning is also a type of blended learning in which classes are converted from an input-based to an output-based format. In addition to the flipped classroom, e-learning for review after class is the most powerful form of blended learning. Instead of a passive, one-sided class in which students simply listen to the teacher's lessons, interactive classes become possible. Since there will be a lot of transmission from the students, their brains will inevitably become more active as well, right? Inverted class One form of blended learning, in which students prepare for new learning content by watching video lessons, usually at home, and no lectures are given in the classroom; on the contrary, teachers give individualized instruction to students on assignments that would traditionally be considered homework, and students work on them in collaboration with other students. In this type of class, students work with other students on assignments that would traditionally be considered homework. Blended Learning References. Blended learning-Wikipedia Why learningBOX is recommended for blended learning You might think that blending e-learning with fewer training days would save costs for the organizer. But is this really the case? In fact, blending eLearning may actually cost you more. Some of the problems with eLearning in general include It is not cost-effective because of the cost of implementing a learning management system (LMS). It is difficult to create SCORM materials. It is difficult to create SCORM materials" "When I want to modify the contents of the materials, I cannot easily do it by myself. However, with learningBOX, you do not have to worry about the above. You can easily create and modify educational materials without any difficult knowledge. Moreover, significant cost reductions can be expected. If you have any questions, please rest assured that we have a generous support system in place. E-learning can be easily started by individuals or companies. *Further information on the functions of learningBOX can be found on the learningBOX usage page. Conclusion In this article, we introduced blended learning, which can greatly improve the learning effect by separating the parts of training that can be done on an individual basis from the parts that can only be done in group training, even if the content of the training is not suitable for e-learning. Why not blend learningBOX, which can be easily started with as little as 10 free accounts, into any learning situation?
learningBOX - size and size of video files

How large are the video files when creating e-learning materials?

Regarding the size of video files when creating e-learning materials I am Nagai🎮 of Quality Control, suffering from a cold that is not completely gone. This time, I would like to share with you a question that we have received many inquiries from our customers: "When uploading e-learning materials, how long is a video file and how much space does it take? This article is an explanation and a small piece of information in response to this question. Thank you for your understanding and cooperation. Click here for Table of Contents 1. what is a video file 2. how to calculate a video file 3. how to upload a video file to learningBOX 4. summary What is a video file? A video file uses the same principle as a flip book to show a series of still images one after the other to make the picture appear to be moving. A single video file contains a number of image files, and the file size naturally becomes large. The size (capacity) of a video file depends mainly on the numerical values of factors such as bit rate, resolution, codec, etc. Let's take a look at each of these factors in detail. Let's take a look at them one by one in detail. Relationship between file size and image quality Bit rate This is a unit of rate at which data is transferred. In simple terms, it is a unit that expresses "how much data can be transferred. The higher the bit rate number, the higher the image quality and the larger the video file size. Resolution Resolution is a numerical value that expresses the density of pixels in a video. In digital video, it is expressed as "a collection of very small colored dots (pixels). The unit of "dpi" or "ppi" is used. The higher the resolution, the higher the density of dots, and the smaller the resolution, the smaller the video capacity. Codec A codec is a device or software that performs the encoding (compression) and decoding (playback) of data. Handling large-sized videos uncompressed requires large memory, hard disks, etc., or compressing the video capacity to reduce its size. POINT Generally, to improve video quality, it is necessary to increase the resolution (fineness) of the video, and to increase the resolution of the video, it is necessary to increase the file size of the video. In particular, the size of the bit rate, which represents the file size per second of video, will greatly affect the quality of the image. However, if the bit rate is too large, the performance of the communication line and terminal will be greatly burdened when the video is transmitted over the Internet, causing the video to not play smoothly. Video File Calculation Method You can calculate how much the file size of a video file will be. The data capacity is calculated as follows. ▷Here is the calculation formula Video bit rate x length (seconds) ÷ 8 (convert bits to bytes) Since the amount of data per second is the bit rate, multiplying the time and converting it to bytes will give you the video file size. Exercise For a 10-minute video at 2.5 Mbps, what is the file size? →2.5Mbps × 600 (seconds) ÷ 8 = 187.5MB (megabytes) ▼Here is a quick table on video capacity. Please use it as a guide when uploading your video. The actual capacity may go up or down slightly when audio is added, but this will give you a rough idea of the capacity of your video. How to upload a video file to learningBOX When uploading a video file, the size of the file may vary depending on the settings used at the time of shooting and the performance of the equipment used at the time of shooting. You can check the capacity of the video file by right-clicking ➡ Properties. Click here to see how to check the capacity of your video file. We will show you how to upload videos using YouTube. In this article, we will show you how to upload a YouTube video using video content provided free of charge by the "IPA (Information-technology Promotion Agency, Japan)". (Source: From IPA youtube channel) Registering a YouTube video STEP1: First of all, login to learningBOX. STEP2: Click on "Content Management" and go to "Other Materials" ➡ "YouTube Video". STEP3: Paste the title name and the embed code of the YouTube video. With these steps, you can easily register YouTube videos. How to upload YouTube videos to learningBOX! If you want to check YouTube videos from the learning screen, don't forget to set the material assignment for the folder containing the YouTube videos! This setting is often forgotten. If not set, the folder will not appear on the learning screen. Please be careful. You can upload videos taken with your phone, PC, or video camera! Please login to learningBOX as before and go to the contents management screen ➡ ⊕ button ➡ Video. Conclusion In this article, we have briefly explained the relationship between video file size and image quality. We believe that many people want to use video for education and training. Our e-learning system (learningBOX) allows anyone to easily set up video materials. Please take this opportunity to try learningBOX. learningBOX is free for up to 10 registered accounts and the service can be used indefinitely.
ec function-learning box

Using LearningBOX to Sell Learning Content (Part 1)

Hello everyone, this is Ueda🐯 from learningBOX Introduction Support! It's December and there are only a few days left in this year! Every year seems to go by faster and faster.... It's almost time for the flu to start spreading. Let's take good care of ourselves and survive the cold winter. Now, let's get down to business. Did you know that you can sell the content you create on learningBOX? In this article, we would like to give you an overview of learningBOX's EC material sales function. We will introduce how to register in Part 2 of this article! Click here for Table of Contents 1. what is learningBOX's EC function? 2. the appeal of learningBOX's EC function 3. reasons to choose learningBOX for web sales 4. various sales examples 5. summary What is the EC function of learningBOX? An EC site (electronic commerce site) is a website that sells products on the Internet. We know that the term "EC site" is often used to mean a site where you can do online shopping. The EC function of learningBOX is a platform that allows you to easily sell the learning content you have created on the Web, instead of selling goods! Do you have any of the following problems or requests? ☑ I have educational materials, but I don't know how to sell them on the web. ☑ I want to sell my materials, but I don't know how to set up a server, payment system, etc. ☑ I want to make effective use of my company's proven training materials, etc.! ☑ I want to share my skills and knowledge with people who don't know! ☑ I want to sell my company's technology and know-how to outside parties! ▶ All of these can be realized with learningBOX's e-commerce materials sales function! You can realize site construction with content creation functions, your own domain, and customizable design. Plus, it's simple and easy to use, and registration is a breeze! Attractiveness of learningBOX's EC functions The most attractive feature of our system is its ease of use. Even if you go to the trouble of installing a system, if it is difficult to create content and register it for sale, you may stop using it. LearningBOX offers a wide variety of teaching materials, and it is easy to create and upload teaching materials. Even those who are not good at operating computers can learn how to use and set up learningBOX by touching it. learningBOX's instructions and settings are detailed on the learningBOX instructions page. Reasons for being selected for web sales - Abundant functions While there are many variations in content, there are also many EC functions. In addition to bank transfers and credit card payments, payment can be made by invoice or at convenience stores if you use GMO Payment Gateway! Also, the preview function allows users to check the actual course before purchasing. We believe this will reduce post-purchase problems. Various sales examples Using the EC function of learningBOX, you can easily build a site to sell past papers for correspondence courses and certification exams. As shown in the sales example below, you can even customize the design to your liking! Conclusion In this article, we have provided an overview of the learningBOX EC functions. For a detailed explanation of the functions and costs, please refer to the article "learningBOX now makes it possible to sell content (Part 2)"! Please look forward to it! If you are at all interested in the EC function, please contact us! We have a demo environment that you can actually touch and feel! Thank you very much for taking the time to read this article.

Create a Christmas quiz using e-learning.

Using eLearning to Create a Christmas Quiz It's been a while. My name is Kitaoka🍎, and I am in charge of marketing. The big December event "Christmas" is coming soon! Fathers and mothers of the world must be rushing around preparing Christmas presents, right? In this article, we will introduce knowledge and information that will make Christmas 2019 more interesting if you read and solve quizzes through our e-learning learning system (learningBOX). It's an article very full of content that you won't have trouble finding something to talk about at Christmas! We hope you enjoy this article as well. Click here for the table of contents 1. Review of Christmas 2. Let's try the Christmas quiz! 3. Using the e-learning system 4. Summary Review of Christmas What exactly is Christmas? The word "Christmas" is derived from the words "Christ" (Christ, the Savior) and "Mas" (Mass, worship). The day to celebrate the birth of Jesus Christ into the world about 2,000 years ago is called "Christmas. When the Christmas season approaches, we often hear the words "Merry Christmas! We use it casually, but not many people know the meaning of the word, do they? Merry Christmas" is an abbreviation of "I wish you a merry Christmas. It is a kind expression that wishes "I wish you a merry Christmas. Origin of Christmas Color Red is the color that symbolizes the blood of Jesus Christ in some Christian religions. Green is the color that symbolizes holly, a standard and decorative item at Christmas. Belonging to the coniferous tree family, holly never appears to wither and symbolizes eternal life force. Incidentally, the body of the Christmas tree may be selected for the same reason as holly. Christmas trees are generally made of evergreen coniferous trees as lumber. Since ancient times, regardless of region or culture, colors have been thought to have meanings, powers, and wishes. Even in Japan, colors were used to denote status, and certain colors were used to ward off evil. Similarly, in Christianity, specific colors are also associated with meanings and wishes. Who is Santa Claus? Origins of Santa Claus He is said to be modeled on St. Nicholas, a saint who existed in Asia Minor (present-day Turkey) in the 4th century. He was popularly known as a friend of the common people who performed various miracles (miracle workers) to help the unfortunate people. The legend that he saved a family by throwing gold coins down the chimney of a poor girl who was about to sell herself to the poor is said to be the prototype for the later "Santa Claus Story. Where did Santa Claus come from? Did Santa Claus come from Scandinavia or the North Pole? According to a legend about Santa Claus that was introduced to the United States in the 1920s, his hometown is the North Pole. In the 1920s, a legend about Santa Claus in the U.S. suggested that his hometown was in Finnish Lapland, which is located within the Arctic Circle. In 1927, the Finnish national broadcaster declared Korvatunturi in eastern Lapland (called Ear Mountain because of its shape) to be Santa Claus' official residence. Let's take the Christmas quiz! Now that we have talked about Christmas, what do you think? Here, we have prepared a Christmas trivia quiz that you might benefit from knowing! Please try to solve it and show off the knowledge you have gained to your friends and children! By using the quiz function of our e-learning system (learningBOX), even those who are not familiar with computer operations can create their own quizzes by selecting the questions they want to make from among 12 different types of questions. Click the "Start" button to start solving the quiz. Start Click here to take the Christmas Songs Quiz It consists of combination questions and fill-in-the-blanks questions ➡ You can check it from Christmas Songs Quiz For more information on how to make the quiz and the format of the questions, please see the page about question format. If you have trouble memorizing so many songs with just a quiz! We have a learning tool specifically designed for memorization! With the memorization cards, you can easily check the contents you want to memorize on your smartphone! If your device is connected to the Internet, you can review and prepare for the quiz at any time. Click the "Start" button to start using your Mnemonic Card! Start Memorization Card Features Mnemonic cards are digital memorization tools that can be easily created by anyone with an Internet environment and a PC. Even if you are not good at using a computer, you can easily create and publish your memorization cards on the web with the help of the easy-to-understand manual. You can also insert images into the memory cards. Please refer to the "How to Use Memorandum Cards" page for detailed information on how to operate and set up memorandum cards. Using the e-learning system, you can set up a course of study The memorandum cards and quizzes introduced earlier have been made into a course study using learningBOX. Click here to see the features of learningBOX. ▼Memorization cards and quizzes can be set up as a course study →Courses can be designed according to your preferred procedures. In addition to memorization cards and quizzes, we also recommend "Mushi-eating notebooks", "Report assignments", "Questionnaire function", "YouTube videos", etc. as learning materials! ▼Constraints can be set on the course. By setting constraint conditions, you can proceed with the study according to the procedure, and if you do not reach the specified passing score, you will not be able to proceed. Constraints can be set as "You can proceed to the next step if you have answered/viewed this far." and "You can proceed to the next step if you pass the test up to this point. You can choose from two types of constraints: "You can proceed to the next step after you have answered/read the last question. You can create your own examinations and training programs. →You can create the necessary memorization and examination questions according to the learner's level. Easy-to-understand settings and design even for first-time users →ÆContents can be created and managed with a click, drag & drop, without complicated operations and settings. The best way to use learningBOX in the coming months! After December, high school entrance exams and university entrance exams are waiting for us. School teachers, cram school and prep school administrators! Provide e-learning learning to learners and make effective use of e-learning in your spare time and travel time in addition to study time at school! And of course, students reading this article are encouraged to use it! And tell your school teachers and cram school teachers about it! POINT For preparation and review of English vocabulary, we recommend memorizing cards and bug-out notes. Quizzes are recommended for checking understanding. We also provide an easy-to-create voice reading function, which can be used for listening comprehension questions. English listening questions ➡Click here for a sample One of the features of learningBOX is that, depending on the administrator's settings, learners can also create their own memorization and test preparation that is necessary for them. Conclusion In this article, we have introduced a Christmas quiz using our e-learning system. Anyone can easily create their own original questions, and learningBOX is free for up to 10 registered users, and the service can be used indefinitely. We are not like Santa Claus, we can't give away toys or gaming devices. However, we can provide the help and support you need to learn how to prepare for exams and the national exam. I urge you to give it a try and experience what it's like to use it! Thank you for taking the time to read this paper.
How can we help you?