Notice

79記事

Notification of Change in Recommended Environment

Thank you for using our services. We will discontinue support for the following OS/browsers after the major version upgrade to Ver. 2.20 scheduled on December 14, 2022 (Wed.). Please see below for details. ■Out of supported OS: Android8, macOS11, iOS/iPadOS14 Supported browsers: iOS/Chrome Please note the following information after the support ends. If you use an environment other than the recommended environment, our service may not operate properly. We therefore ask that you use our recommended environment. Please check the recommended environment for learningBOX Ver2.20 here. https://learningbox.online/requirements/requirements-220/ Please also note the following After the end of support, you will not be able to configure the OS/browser settings in the settings of the devices that can be used for logging in. The OS/browser setting will determine whether login is possible or not according to the device setting. If you have registered the combination of iOS and Chrome in the settings for devices that can log in, the settings will be automatically disabled after the version is upgraded. Please consider changing the settings in advance or reviewing the settings of the login-enabled devices if necessary. For details on how to change the settings, please refer to the Login Enabled Device Settings. We apologize for any inconvenience this may cause you, but we appreciate your understanding and cooperation so that you can continue to use our service with peace of mind after the update.

Important: If you have registered a non-existent e-mail address, you will not be able to use the e-mail function on learningBOX.

Thank you for your continued use of learningBOX. We would like to make an important announcement regarding the email function on learningBOX. Emergency suspension of the email sending function This is a notice regarding the notification e-mails sent from the email function on leaningBOX. Is the email address registered in user management a valid email address? If the email address or host name does not exist or is incorrect, it will be returned as a bounce. If we receive 100 bounced e-mails per day, we will immediately stop sending e-mails in your environment. Once the cleanup (processing of bounced emails) is complete, we will set up the email function so that you can use it again. Clean-up procedure (please change to a valid e-mail address) Download all users in CSV format from the user management screen. 2. Send a specific email to the email address included in the above CSV in BCC on your email software (Gmail, outlook, etc.). Send a specific email notification to the user. The email function of the learningBOX cannot be used to confirm the recipient. 3. List the email addresses received in the inbox as unknown recipients. 4. Check the corresponding e-mail address in the user management of the learningBOX. 5. For addresses that do not exist, please consider one of the following three measures. (1) Change to a valid address (2) Deactivate the account Delete the account. We recommend that you check to make sure that the e-mail address registered in your user management is a valid one, and that you examine it carefully on a regular basis. We apologize for the inconvenience and thank you for your cooperation.

Important] Notice of API (Push Notification Function) Specification Changes

Thank you for using learningBOX. LearningBOX will change the API specifications starting with the Ver. 2.19 release. This announcement is for customers who use API integration. Changes to the API Before change After change Depending on the implementation method, communication may fail Hard coding may be judged as invalid notification How to check the validity of PUSH notifications No. 1: Obtain the contents of the transmission. No. 2: Remove the parameter "hash" from the transmitted content and temporarily save it. No.3: Add "secret" to the back of the sent content without changing the order of the parameters. Part 4: After concatenating the parameter values of the sent content with "|", retrieve the hash value using sha256. No.5: Check if the hash value is consistent with the hash value obtained from the transmitted contents. Sample code for PUSH notification validity check /** * PUSH notification validity check * Sample notification content: * ------------------------------------------------ * { * 'param2': 'bbb',. * 'param3': 'ccc',. * 'hash': 'ae12de' * } * ------------------------------------------------ * * Parameters other than hash may be reordered or increased or decreased. */ Example of normal operation $payload = file_get_contents('php://input'); // Get notification contents $payload = json_decode($payload, true); // Array the notification contents $hash = $payload['hash']; // get hash value for verification unset($payload['hash']); // remove hash value for verification from sent content $payload = $payload + ['secret' => 'tatsuno123']; // add the secret key of the recipient after the notification content if($hash === hash('sha256', implode('|', $payload))) { // successful authentication of sent content } else { // content authentication failure } Example of failure $payload = file_get_contents('php://input'); // get notification contents $payload = json_decode($payload, true); // Array the notification content $hash = $payload['hash']; // Get hash value for verification $param1 = $payload['param1']; // get parameter 1 for verification $param2 = $payload['param2']; // get parameter 2 for verification $param3 = $payload['param3']; // get parameter 3 for verification $secret = 'tatsuno123'; // secret key for notification if($hash === hash('sha256', $param1 . '|' . $param2 . '|' . $param3 . '|' . $secret)) { // Successful authentication of sent content // Authentication may not pass if there is a change in the notification content. } else { // authentication of sent content failed } We apologize for any inconvenience this may cause and appreciate your understanding and cooperation.

 click here

Notice Concerning Security Enhancements Thank you for using learningBOX. LearningBOX will introduce WAF (Web Application Firewall) in the shared environment starting with the Ver2.19 release as part of our security enhancement efforts. In this announcement, we have summarized the concerns that have been raised after the introduction of the WAF. Reasons for Introducing WAF In recent years, cyber attack methods have become more sophisticated, and the time between the discovery of a vulnerability and an attack has become shorter. In order to protect our customers' personal information and services from increasingly sophisticated cyber-attack threats, learningBOX has decided to implement WAF. What is WAF? WAF is a security tool to protect websites by detecting and preventing attacks that exploit web application vulnerabilities. It protects services from attacks by blocking malicious requests before they reach the server. How WAF Works WAF intervenes in the communication between the access source and the web server and uses "signatures" to detect attacks and prevent unauthorized access. When WAF detects an attack, it intercepts the communication and logs it, while at the same time sending a warning message to the access source on behalf of the web server. At the same time, it returns a warning message to the access source on behalf of the Web server. A typical firewall does not check the content of the communication or how it is communicated. Communications that pass through the system's port of entry will reach the web application, even if the content is unauthorized. IDS (Intrusion Detection System) and IPS (Intrusion Prevention System) use signatures to detect unauthorized access, similar to WAF, but their accuracy in detecting unauthorized access to web applications is low and they cannot provide sufficient security measures. In shared environments, WAF will be introduced from learningBOX [Ver. 2.19]. With the introduction of WAF, there is a possibility that the global IP address you are using will be determined to be blocked. Countermeasures when 403Forbidden is displayed If the message "403 Forbidden" is displayed on your browser, please wait a while and try accessing the site again. If you are accessing the site via a VPN or other means, accessing the site without a VPN may improve the situation.
learningBOX-2.19

learningBOX updated to Ver. 2.19

About this Version Upgrade Thank you for using learningBOX. Today, learningBOX has been upgraded from Ver. 2.18 to 2.19. Let us introduce you to the various new features. *As part of security enhancement, WAF (Web Application Firewall) will be introduced in the shared environment from this release.  For details, please see "Notice of Security Enhancements". LearningBOX Ver2.19 New Feature List Item NameNew Functions/Functional Improvements Expansion of Content Management PDF functions Expansion of test mode setting functionality User management date format/time format Group Sorting Grade ManagementScore Correction Settings Expansion of Medical Record functionality Add a new setting for displaying/hiding grade results File upload of correction results when grading reports Grading of reports by question Detailed explanation of study environment setting badges Other functionsUse login ID when password is reissued Customizable curriculum selection limits Expansion of training functions Expansion of Site Customizer functions Addition of API linkage items Download of registration screen URL Add item to PUSH notification for badge acquisition Sender name setting for from mail Dedicated server-only functionality for unique SSO account billing Expansion of CardGenerator memorization card functions This version of CardGenerator has been upgraded to allow users to shuffle the order of questions on the memorization cards, insert audio, correct questions after users have answered them, and reorder groups on the user management screen, as requested by many customers. We have also added a number of features that are available with a shared server/customization or dedicated server subscription. Expanded PDF functionality You can now not only view PDFs, but also highlight important content and make notes. Please note, however, that if you use a lot of highlighting and pens on your PDFs, you may not be able to import your grade data. CardGenerator-Expanded Memorization Card Features You can now shuffle the order of questions on the memorization cards and insert audio files [mp3]/chemistry formulas/equations. Score correction setting After a user completes a quiz/test, he/she can correct the correctness of the questions. Group Sorting Registered groups can be rearranged in any order. Expansion of Test Mode Settings Previously, items hidden in the test mode settings remained hidden unless the settings were manually changed. Starting with this version, hidden items can be automatically toggled to be displayed when conditions set in the "Overall Settings" are met. Date format / Time format You can set the display format of the date and time on the learningBOX. Expansion of Medical Record Functions In the "Tag List" screen of the medical record, the contents can now be narrowed down and displayed by "section tag," "question tag," and time period. Addition of a display/hide setting item for grade results A new item has been added to the Grade Results section of the Grade Management screen that allows you to show or hide the results. Uploading a file of correction results when grading reports When grading reports, users were only able to enter feedback comments, but as of this version, users are now able to upload files of correction results. Individual" Grading of Reports by Question When grading a quiz or test with multiple "Report Questionnaire" questions, you were previously unable to save the results until you had completed grading all questions. Detailed explanation of badges When a badge is earned, or when a badge is viewed in the "Badge List" or "Select Course" screen, a detailed description of the badge can be included in the modal screen that opens. You can also set whether or not to display the detailed description. Use of Login ID for Password Reissue Until now, you had to enter your registered e-mail address when reissuing a password in case you forgot your login password. Starting with this version, you can specify not only your e-mail address but also your login ID to reissue your password. Curriculum Selection Limit Settings A new limit setting has been added to the Curriculum Basic Settings that limits the number of contents that can be taken at the same time. Expansion of Training Functions An archive function has been added, as well as the ability to approve or disapprove training reservations in batches. Users can also now cancel training reservations. Expanded functions of the Site Customizer The functionality of the Site Customizer has been expanded to allow users to freely change the layout of newly added menus. It is now possible to edit not only the side menu but also the header menu. Addition of API Linkage Items LearningBOX user information can now be linked as an API item, allowing users to study SCORM materials without the need to log in. Download of registration screen URL The list of registered groups and issued URLs for group registration URLs in the account application registration function can now be downloaded in CSV format. Unique SSO account billing support Through our original SSO linkage with your core system, you can have your users move to the "Plan Selection" screen when they register for an account. Account billing must be set as mandatory on the "Account Billing Management" screen. Add an item to the PUSH notification when a badge is acquired. The following three items have been added to the JSON of the PUSH notification sent when a badge is acquired. sco_code" = content code badge_code" = badge code score" = number of points for the content when the badge is acquired. score" will not be sent when a badge is set for a course/folder. Sender name setting for from mail In addition to changing the from mail address, the sender name of the mail can now be set. Miscellaneous Please contact our CS sales team if you have any questions or need more information. Inquiry Form We will continue to listen to our customers' voices and improve our functions to make your use of our products even more comfortable. We look forward to your continued support of LearningBOX/QuizGenerator.

Collaboration content with KaWaL eLearning, a company specializing in business skills, is now available on learningBOX ON!

Collaboration Content with KaWaL eLearning, Specializing in Business Skills, Now Available on learningBOX ON! LearningBOX ON, a service that allows users to add training content to learningBOX, an e-learning creation and management system, now offers long-awaited new content! The new content is a collaboration with KaWaL eLearning by Change Inc. The content is fun to learn and can be used immediately at work, and we would like to introduce some of it here. If you are in charge of human resources or training, please check it out. Notice KaWaL and learningBOX Collaboration Dialogue - In-Depth Explanation of Current Topics by Professionals - 【0th】 KaWaL and learningBOX Collaboration Dialogue We have collaborated with Change Corporation to provide a new service in e-learning materials. KaWaL eLearning, a subscription-based e-learning service specializing in business skills provided by Change, is now available on learningBOX ON! Please try out the curriculum specialized in business skills, based on our experience in training more than 1 million young people, including new employees at major companies. What is KaWaL eLearning? Change's KaWaL eLearning is a subscription e-learning service that provides only carefully selected courses in basic business skills, based on the concept of "from 'understanding' to 'learning'". KaWaL eLearning is a subscription-based e-learning service that enables users to learn the business skills and knowledge they need in a short period of time. Based on the concept that "people learn by tackling challenges," the collaborative content is not a one-size-fits-all learning style, but rather a learning style that incorporates mechanisms that allow participants to create and repeat deliverables. Introduction to Content Here we introduce some of the free content of KaWaL eLearning. Special attention has been paid to the "video presentation" so that even those of a generation accustomed to watching videos can enjoy watching them to the end. The videos are designed to be sympathetic and dramatic, to put the viewer in the world of picture books, to have comedians appear in the videos, to make them look like quiz shows, etc. All the content is presented in a way that suits each learning element. All content is characterized by a "problem-oriented" style, with worksheets provided for immediate practice after watching the videos, and output to maximize the learning effect. Any user registered with learningBOX can view the free training content on learningBOX ON. Through this collaboration, users will be able to further utilize the free and paid content of KaWaL eLearning to build an efficient training program suited to their needs. Business Communication Limited Publication URL: [KaWaL] Business Communication "Listening This is a careful explanation of the three necessary attitudes of a member of society. The concepts of "purposefulness" for proactive work, "cost consciousness" for efficient work, and "partner consciousness" for smooth sharing and collaboration are introduced in an easy-to-understand, drama-style format. The contents are not only for new employees, but also for all workers, so please take a look. Remote Work Manners Limited URL: [KaWaL] Remote Work Manners Manners exist even in remote work, which has been increasing in recent years. It is important to know the minimum etiquette so that you can work comfortably. The quiz format allows you to learn while having fun, and it would be good for multiple people to work on the task. Please take a look at the other recommended videos on this site. ⇒Other collaboration videos are being updated one after another! How to use KaWaL × learningBOX Here is how to use KaWaL × learningBOX. If you are already using learningBOX (1) Log in to learningBOX Go to "Contents Management Press the "+" icon for content management. (4) Select "learningBOX ON" > "KaWaL eLearning" > "Free Trial Course" in the menu. KaWaL eLearning" will be added to the list of (5) courses. New registrations If you have not yet registered with learningBOX, you can use almost all functions (excluding paid options) for free and indefinitely for up to 10 people. ⇒Click here to register for free. If you are a new registrant, please log in and "KaWaL eLearning" will be preregistered in the course list for immediate use. Paid content is also available for KaWaL eLearning, please click here for details. Summary We have introduced the new learningBOX ON content, KaWaL eLearning, which is fun to learn and use at work. Based on our experience in training more than 1 million young people, we asked ourselves, "How can we get people to watch the videos all the way through? What are the important learning elements for behavior change? We hope you will take note of our careful explanation of what the keywords for learning are and why they are necessary. We hope you will take advantage of the possibility of creating your own original courses by combining KaWaL eLearning content with your own content.    
How can we help you?