{"id":682,"date":"2025-03-14T18:25:51","date_gmt":"2025-03-14T10:25:51","guid":{"rendered":"https:\/\/witlab.ph\/blog\/?p=682"},"modified":"2025-05-22T10:30:09","modified_gmt":"2025-05-22T02:30:09","slug":"what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies","status":"publish","type":"post","link":"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/","title":{"rendered":"What is LTI? A Simple Guide to Understanding Educational DX for Non-Techies"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<p><strong>Table of Contents<\/strong><\/p>\n\n\n\n<p>1. Why is LTI Gaining Attention?<\/p>\n\n\n\n<p>2. What is LTI?<\/p>\n\n\n\n<p>3. What is One Roster?<\/p>\n\n\n\n<p>4. What Can You Do with LTI? (Part 1)<\/p>\n\n\n\n<p>5. What Can You Do with LTI? (Part 2)<\/p>\n\n\n\n<p>6. What is LTI 1.3?<\/p>\n\n\n\n<p>7. What is xAPI?<\/p>\n\n\n\n<p>8. What is LRS (Learning Record Store)?<\/p>\n\n\n\n<p>9. What is Learning Analytics?<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>1. Why is LTI Gaining Attention?<\/strong><\/p>\n\n\n\n<p>Since 2020, with the rise of remote learning due to stay-at-home restrictions, education has increasingly shifted to online platforms. This shift has resulted in a massive accumulation of educational data, requiring more efficient ways to manage and utilize it.<\/p>\n\n\n\n<p>In the past, learning-related data was often fragmented based on the tools used. However, as the volume of educational data continues to grow, there is a pressing need for a standardized system to aggregate and utilize this data effectively. This is where <strong>LTI (Learning Tools Interoperability)<\/strong> has gained global recognition as an industry standard.<\/p>\n\n\n\n<p>Additionally, the variety of educational tools has expanded significantly. Many essential learning resources\u2014such as video-based lessons, eBooks, and interactive learning materials\u2014often exist outside traditional <strong>LMS (Learning Management Systems)<\/strong>. As a result, there is a growing demand for seamless integration between these external tools and existing educational platforms.<\/p>\n\n\n\n<p>At our main branch Japanese company Spiceworks, we\u2019ve also observed an increase in discussions and inquiries related to LTI, including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Understanding how to implement LTI<\/strong>: Many organizations recognize the importance of LTI but are unsure where to start.<\/li>\n\n\n\n<li><strong>Converting existing tools and platforms to be LTI-compliant<\/strong>: Institutions want to integrate their current learning materials and tools into an LTI-compatible system.<\/li>\n\n\n\n<li><strong>Developing new LTI-compatible tools and platforms<\/strong>: Some organizations are interested in creating innovative solutions that align with LTI standards.<\/li>\n<\/ul>\n\n\n\n<p>For those exploring LTI and considering its implementation, this guide will provide a foundational understanding of its benefits and applications.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>2. What is LTI?<\/strong><\/p>\n\n\n\n<p>LTI, or <strong>Learning Tools Interoperability<\/strong>, is a technology standard that allows seamless integration between learning platforms (such as LMS) and external educational tools. It ensures that different learning resources and applications can work together efficiently, enhancing the digital learning experience.<\/p>\n\n\n\n<p>By using LTI, both students and teachers can benefit in several ways:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Single Sign-On (SSO) Access<\/strong>: With just one login, users can easily access multiple learning tools and resources without needing separate credentials.<\/li>\n\n\n\n<li><strong>Seamless Integration with External Content<\/strong>: Lessons, assessments, and interactive materials that exist outside the LMS can be directly integrated and used within the platform.<\/li>\n\n\n\n<li><strong>Centralized Data Collection<\/strong>: Learning activity data from different tools can be aggregated, enabling better tracking and analysis of student performance.<\/li>\n<\/ul>\n\n\n\n<p>LTI simplifies digital learning by eliminating barriers between different educational technologies, making it easier to create a cohesive and efficient learning environment.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"598\" src=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_all_20240920.png-1024x598.png\" alt=\"\" class=\"wp-image-671\" srcset=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_all_20240920.png-1024x598.png 1024w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_all_20240920.png-300x175.png 300w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_all_20240920.png-768x448.png 768w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_all_20240920.png-1536x896.png 1536w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_all_20240920.png.png 1842w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\">A conceptual diagram has been created to help understand Educational DX using LTI.<\/p>\n\n\n\n<p>Modern versions of LTI (especially <strong>LTI 1.3 and beyond<\/strong>) are built on top of <strong>OAuth 2.0<\/strong> and <strong>OpenID Connect (OIDC)<\/strong> for secure and standardized authentication and authorization.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>OAuth 2.0<\/strong><br>Acts as the <strong>authorization framework<\/strong>, allowing the LMS (as the platform) to securely delegate access to external tools without exposing user credentials.<\/li>\n\n\n\n<li><strong>OpenID Connect (OIDC)<\/strong><br>Built on top of OAuth 2.0, OIDC adds <strong>authentication<\/strong>, enabling the LMS to verify the identity of the user launching the tool. This ensures that user identity and context (like course ID, role, etc.) are securely passed to the external tool.<\/li>\n<\/ul>\n\n\n\n<p>This layered security model ensures that user data is protected and that only authorized tools can be launched within the learning environment.<\/p>\n\n\n\n<p>Learn more about OAuth 2.0 and OIDC : <a href=\"https:\/\/witlab.ph\/blog\/understanding-oauth-2-0-and-openid-connect-oidc\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/witlab.ph\/blog\/understanding-oauth-2-0-and-openid-connect-oidc<\/a><\/p>\n\n\n\n<p><strong>3. What is OneRoster?<\/strong><\/p>\n\n\n\n<p>As shown in the diagram, OneRoster is a component that connects school administration and learning systems with an <strong>LMS (Learning Management System)<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"990\" height=\"472\" src=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_OneRoster_20240920.png\" alt=\"\" class=\"wp-image-672\" srcset=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_OneRoster_20240920.png 990w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_OneRoster_20240920-300x143.png 300w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_OneRoster_20240920-768x366.png 768w\" sizes=\"(max-width: 990px) 100vw, 990px\" \/><\/figure>\n\n\n\n<p>OneRoster is an <strong>international standard<\/strong> developed by <strong>1EdTech (formerly IMS Global)<\/strong>. It enables secure data exchange between <strong>School Information Systems (SIS)<\/strong> and other platforms, including LMS, by managing class rosters and related student information.<\/p>\n\n\n\n<p>The term <strong>&#8220;Roster&#8221;<\/strong> refers to a list of names. In primary and secondary education, OneRoster facilitates seamless interoperability for class lists, grade records, and learning materials. This standard allows SIS and LMS to exchange data efficiently, ensuring smooth integration of administrative and instructional systems.<\/p>\n\n\n\n<p>According to <strong>Japan 1EdTech<\/strong>, OneRoster links student and class information with LMS and school administration systems through a standardized ID system, ensuring <strong>secure and streamlined data sharing<\/strong>.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>4. What Can Be Done with LTI? (Part 1)<\/strong><\/p>\n\n\n\n<p><strong>&#8211; Integrating Learning Tools and Educational Resources<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1010\" src=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LTI01_noLTI-1024x1010.png\" alt=\"\" class=\"wp-image-673\" style=\"width:840px;height:auto\" srcset=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LTI01_noLTI-1024x1010.png 1024w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LTI01_noLTI-300x296.png 300w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LTI01_noLTI-768x757.png 768w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LTI01_noLTI.png 1079w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>One of the key benefits of <strong>LTI (Learning Tools Interoperability)<\/strong> is the seamless <strong>integration of learning tools and educational resources<\/strong> within a unified platform.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"966\" src=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LTI01-1024x966.png\" alt=\"\" class=\"wp-image-674\" srcset=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LTI01-1024x966.png 1024w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LTI01-300x283.png 300w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LTI01-768x724.png 768w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LTI01.png 1128w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Traditionally, as shown in the diagram, students and teachers needed to log in separately to different learning tools and platforms, creating <strong>inconvenience and inefficiency<\/strong> in the modern digital learning environment.<\/p>\n\n\n\n<p>By implementing LTI, users can take advantage of <strong>Single Sign-On (SSO)<\/strong> functionality. This means that <strong>students and teachers can log in once<\/strong> and gain access to a wide range of learning tools and resources without needing multiple credentials. This simplifies the user experience and enhances productivity in educational settings.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>5. What Can Be Done with LTI? (Part 2)<\/strong><\/p>\n\n\n\n<p><strong>&#8211; Integrating with External Tools<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"441\" src=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LTI02-1024x441.png\" alt=\"\" class=\"wp-image-675\" srcset=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LTI02-1024x441.png 1024w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LTI02-300x129.png 300w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LTI02-768x331.png 768w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LTI02-1536x661.png 1536w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LTI02.png 1842w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>LTI is a <strong>technology standard<\/strong> that enables learning platforms to seamlessly integrate with <strong>external tools<\/strong> beyond the built-in educational resources.<\/p>\n\n\n\n<p>By leveraging LTI, institutions can extend their learning environment beyond internal tools, allowing <strong>external learning resources<\/strong> to be accessed within the school&#8217;s platform using <strong>Single Sign-On (SSO)<\/strong>. This eliminates the need for multiple logins and creates a <strong>more streamlined learning experience<\/strong> for students and teachers.<\/p>\n\n\n\n<p>With this approach, educators can incorporate <strong>high-quality external learning tools<\/strong> into their platform, ensuring that all resources\u2014whether internal or external\u2014are <strong>easily accessible in one place<\/strong>.<\/p>\n\n\n\n<p>For example, Japan\u2019s <strong>Ministry of Education, Culture, Sports, Science, and Technology (MEXT)<\/strong> has developed an <strong>online learning platform<\/strong> that integrates <strong>MEXBT and other study tools<\/strong>. By linking these external platforms through LTI, <strong>regional education authorities<\/strong> can provide <strong>pre-made test questions and Computer-Based Testing (CBT)<\/strong>, allowing students to engage in <strong>online learning and assessments<\/strong> efficiently.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>6. What is LTI 1.3?<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"732\" height=\"793\" src=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_1.3.png\" alt=\"\" class=\"wp-image-676\" style=\"width:840px;height:auto\" srcset=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_1.3.png 732w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_1.3-277x300.png 277w\" sizes=\"(max-width: 732px) 100vw, 732px\" \/><\/figure>\n\n\n\n<p>While <strong>LTI 1.1<\/strong> already supported <strong>Single Sign-On (SSO)<\/strong>, <strong>LTI 1.3<\/strong> introduced <strong>stronger security<\/strong> and <strong>enhanced functionalities<\/strong> for better integration between learning platforms and external tools.<\/p>\n\n\n\n<p><strong>Key Features of LTI 1.3:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>NRPS (Names and Role Provisioning Services)<\/strong>\n<ul class=\"wp-block-list\">\n<li> Enables the <strong>secure transfer of names and role data<\/strong> between platforms.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Deep Linking (DL)<\/strong>\n<ul class=\"wp-block-list\">\n<li>Allows platforms to <strong>seamlessly integrate external content<\/strong> from learning tools.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>AGS (Assignment and Grade Services)<\/strong>\n<ul class=\"wp-block-list\">\n<li>Facilitates structured <strong>integration of scores, progress tracking, and feedback<\/strong> into the LMS.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p><strong>AGS Includes Three Key Services:<\/strong><\/p>\n\n\n\n<p>1. LineItem Service \u2013 Allows tools to create columns in the LMS gradebook.<\/p>\n\n\n\n<p>2. Score Service \u2013 Enables tools to write scores into the LMS.<\/p>\n\n\n\n<p>3. Result Service \u2013 Grants tools access to retrieve current grades from the LMS.<\/p>\n\n\n\n<p>With these services, LTI 1.3 enables <strong>a more streamlined assessment workflow<\/strong>. For example, using <strong>Deep Linking<\/strong>, an LMS can launch an external exam. The <strong>AGS and NRPS<\/strong> features then allow <strong>automatic grade reporting<\/strong> from the external tool back into the LMS.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"295\" src=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/Result.jpg\" alt=\"\" class=\"wp-image-677\" srcset=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/Result.jpg 1000w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/Result-300x89.jpg 300w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/Result-768x227.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>7. What is xAPI?<\/strong><\/p>\n\n\n\n<p>xAPI (<strong>Experience API<\/strong>) is a <strong>standard for recording learning experience data<\/strong> across various platforms.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"938\" src=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_xAPI-1024x938.png\" alt=\"\" class=\"wp-image-678\" srcset=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_xAPI-1024x938.png 1024w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_xAPI-300x275.png 300w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_xAPI-768x703.png 768w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_xAPI.png 1410w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>The &#8220;<strong>x<\/strong>&#8221; in xAPI stands for &#8220;<strong>experience<\/strong>,&#8221; meaning this standard can <strong>track not only LMS-based activities<\/strong> but also <strong>a wide range of learning experiences<\/strong> from different environments.<\/p>\n\n\n\n<p><strong>How Does xAPI Work?<\/strong><\/p>\n\n\n\n<p>xAPI records data in a structured format:<\/p>\n\n\n\n<p><strong>\u201cI did this.\u201d<\/strong><\/p>\n\n\n\n<p>This format is built using three components:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Actor (I)<\/strong> \u2013 Who performed the action?<\/li>\n\n\n\n<li><strong>Verb (did)<\/strong> \u2013 What action was taken?<\/li>\n\n\n\n<li><strong>Object (this)<\/strong> \u2013 What was the target of the action?<\/li>\n<\/ul>\n\n\n\n<p>With this structure, xAPI can capture <strong>scores, assessments, languages, and nearly any other trackable learning activity<\/strong>.<\/p>\n\n\n\n<p><strong>xAPI vs. Other Standards<\/strong><\/p>\n\n\n\n<p>Besides xAPI, another <strong>learning analytics standard<\/strong> is <strong>Caliper Analytics<\/strong>, developed by <strong>1EdTech (formerly IMS Global Learning Consortium)<\/strong>.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>8. What is LRS?<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"938\" src=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LRS-1024x938.png\" alt=\"\" class=\"wp-image-679\" srcset=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LRS-1024x938.png 1024w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LRS-300x275.png 300w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LRS-768x703.png 768w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_LRS.png 1410w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>LRS (<strong>Learning Record Store<\/strong>) is essentially <strong>a database that stores learning records in xAPI format<\/strong>.<\/p>\n\n\n\n<p><strong>How Does LRS Work?<\/strong><\/p>\n\n\n\n<p>Even when an <strong>LRS is integrated into a learning system<\/strong>, learners usually <strong>do not notice it directly<\/strong>.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>LRS does not impact learners directly<\/strong> but serves as a <strong>backend system<\/strong> that records learning activities.<\/li>\n\n\n\n<li>The <strong>data stored in LRS<\/strong> can be used to <strong>analyze and improve learning tools or environments<\/strong> to enhance the overall learning experience.<\/li>\n<\/ul>\n\n\n\n<p><strong>Open-Source LRS Solutions<\/strong><\/p>\n\n\n\n<p>There are several <strong>open-source LRS options<\/strong>, but one <strong>xAPI-compliant<\/strong> and widely used example is <strong>Learning Locker<\/strong>.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>9. What is Learning Analytics?<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"938\" src=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_la-1024x938.png\" alt=\"\" class=\"wp-image-680\" srcset=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_la-1024x938.png 1024w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_la-300x275.png 300w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_la-768x703.png 768w, https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/LTI_la.png 1410w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>Learning Analytics<\/strong> refers to <strong>the process of collecting and analyzing learner activity data<\/strong> (learning process data) to <strong>improve educational outcomes<\/strong>.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>How It Works:<\/strong><\/p>\n\n\n\n<p>1. Data Collection \u2013 Gathering various data points related to learners&#8217; activities.<\/p>\n\n\n\n<p>2. Analysis \u2013 Evaluating the collected data to identify patterns and insights.<\/p>\n\n\n\n<p>3. Feedback &amp; Improvement \u2013 Using insights to enhance teaching methods, personalize learning experiences, and increase effectiveness.<\/p>\n\n\n\n<p>Ultimately, <strong>Learning Analytics helps optimize the learning process<\/strong> by making data-driven improvements in education.<\/p>\n\n\n\n<p>By implementing the <strong>international technology standards<\/strong> mentioned in this article, learning systems can not only seamlessly integrate various <strong>learning tools<\/strong> but also <strong>centralize learning behavior data<\/strong> for in-depth analysis. This data-driven approach can enhance the <strong>educational environment<\/strong> by enabling evidence-based improvements.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Towards a Data-Driven Education System<\/strong><\/p>\n\n\n\n<p>The <strong>&#8220;Educational Data Utilization Experts&#8217; Conference&#8221; (Ministry of Education)<\/strong> has proposed <strong>a nationwide approach<\/strong> to educational data management. Instead of <strong>isolated LRS (Learning Record Stores) for individual schools<\/strong>, they recommend <strong>anonymized, centralized LRS<\/strong> that aggregates data from multiple institutions. This would allow for <strong>data sharing<\/strong> and evidence-based decision-making to <strong>enhance education across the country<\/strong>.<br>(Reference: <em>&#8220;Towards the Utilization of Educational Data&#8221; by Hiroaki Ogata, Kyoto University Academic Center for Computing and Media<\/em>)<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Our Company&#8217;s Role in Educational DX<\/strong><\/p>\n\n\n\n<p>Our company has long been involved in <strong>Learning Analytics research<\/strong>. However, we believe that <strong>Learning Analytics is no longer just a research tool but a practical solution<\/strong> that can be applied in real-world education systems. By utilizing <strong>data-driven insights<\/strong>, we can <strong>advance evidence-based education<\/strong> and improve learning experiences at scale.<\/p>\n\n\n\n<p>Currently, we are actively working on <strong>supporting Educational DX<\/strong> by:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Converting <strong>online courses to LTI-based formats<\/strong><\/li>\n\n\n\n<li><strong>Integrating LTI into existing systems<\/strong><\/li>\n\n\n\n<li><strong>Developing new LTI-supported platforms<\/strong><\/li>\n\n\n\n<li>Implementing <strong>Learning Analytics<\/strong> to optimize education<\/li>\n<\/ul>\n\n\n\n<p>If you have any <strong>questions or challenges<\/strong> related to <strong>LTI implementation<\/strong>, <strong>system migration<\/strong>, or <strong>Learning Analytics<\/strong>, <a href=\"https:\/\/witlab.ph\/contact\" target=\"_blank\" rel=\"noreferrer noopener\">please feel free to contact us anytime for discussions.<\/a><\/p>\n\n\n\n<p>Ref:<\/p>\n\n\n\n<p><a href=\"https:\/\/www.1edtech.org\/standards\/lti\" target=\"_blank\" rel=\"noreferrer noopener\">1EdTech LTI\u00ae 1.3 and LTI Advantage<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.imsglobal.org\/oneroster-11-introduction\" target=\"_blank\" rel=\"noreferrer noopener\">What is OneRoster 1.1?\uff081 EdTech\uff09<\/a><\/p>\n\n\n\n<p>Ref (JP): <\/p>\n\n\n\n<p><a href=\"https:\/\/axies.jp\/_media\/2022\/08\/%E5%B8%B8%E7%9B%A4%E5%85%88%E7%94%9F%E8%B3%87%E6%96%99.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">\u6559\u80b2\u30fb\u7814\u7a76\u652f\u63f4\u30b7\u30b9\u30c6\u30e0\u306e\u30c7\u30b8\u30bf\u30eb\u30a8\u30b3\u30b7\u30b9\u30c6\u30e0\u5316\u301cLTI\u9023\u643a\u3092\u4e2d\u2f3c\u306b\u301c \u5e38\u76e4 \u7950\u53f8 2022.08.04<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.1edtechjapan.org\/one-roster\" target=\"_blank\" rel=\"noreferrer noopener\">OneRoster\uff08\u65e5\u672c1EdTech\u5354\u4f1a\uff09<\/a><\/p>\n\n\n\n<p>IPS \u4e00\u822c\u793e\u56e3\u6cd5\u4eba\u60c5\u5831\u51e6\u7406\u5b66\u4f1a :<br><a href=\"https:\/\/www.ipsj.or.jp\/magazine\/9faeag0000005al5-att\/6306peta.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">\u5b66\u7fd2\u57fa\u76e4\u3092\u62e1\u5f35\u3059\u308b\u56fd\u969b\u6280\u8853\u6a19\u6e96 IMS LTI 1.3\u3000\u7b2c1\u56de LTI 1.3\u306e\u6a5f\u80fd\u3068\u610f\u7fa9\uff08\u5e38\u76e4\u7950\u53f8\u30fb\u5c71\u7530\u6052\u592b\uff09<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.mext.go.jp\/kaigisiryo\/content\/20200706-mxt_syoto01-000008468-09.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">\u6587\u90e8\u79d1\u5b66\u7701 \u6559\u80b2\u30c7\u30fc\u30bf\u306e\u5229\u6d3b\u7528\u306b\u95a2\u3059\u308b\u6709\u8b58\u8005\u4f1a\u8b70\uff08\u7b2c1\u56de\uff09\u4f1a\u8b70\u8cc7\u6599\uff08\u4eac\u90fd\u5927\u5b66 \u5b66\u8853\u60c5\u5831\u30e1\u30c7\u30a3\u30a2\u30bb\u30f3\u30bf\u30fc \u7dd2\u65b9 \u5e83\u660e\uff09<\/a><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Table of Contents 1. Why is LTI Gaining Attention? 2. What is LTI? 3. What is One Roster? 4. What Can You Do with LTI? (Part 1) 5. What Can You Do with LTI? (Part 2) 6. What is LTI 1.3? 7. What is xAPI? 8. What is LRS (Learning Record Store)? 9. What is [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":681,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-682","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-system"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is LTI? A Simple Guide to Understanding Educational DX for Non-Techies - WIT LAB %<\/title>\n<meta name=\"description\" content=\"We excel in utilizing cutting-edge technology, programming languages, and frameworks to deliver high-quality digital solutions.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is LTI? A Simple Guide to Understanding Educational DX for Non-Techies - WIT LAB %\" \/>\n<meta property=\"og:description\" content=\"We excel in utilizing cutting-edge technology, programming languages, and frameworks to deliver high-quality digital solutions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/\" \/>\n<meta property=\"og:site_name\" content=\"WIT LAB\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/people\/WIT-LAB\/61567795364273\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-14T10:25:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-22T02:30:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/blog_cover_LTI-Services.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"700\" \/>\n\t<meta property=\"og:image:height\" content=\"366\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"WIT LAB\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"WIT LAB\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/\"},\"author\":{\"name\":\"WIT LAB\",\"@id\":\"https:\/\/witlab.ph\/blog\/#\/schema\/person\/4ea2dd038c5f4b761490cff2f6e05bf5\"},\"headline\":\"What is LTI? A Simple Guide to Understanding Educational DX for Non-Techies\",\"datePublished\":\"2025-03-14T10:25:51+00:00\",\"dateModified\":\"2025-05-22T02:30:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/\"},\"wordCount\":1689,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/witlab.ph\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/blog_cover_LTI-Services.jpg\",\"articleSection\":[\"System\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/\",\"url\":\"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/\",\"name\":\"What is LTI? A Simple Guide to Understanding Educational DX for Non-Techies - WIT LAB %\",\"isPartOf\":{\"@id\":\"https:\/\/witlab.ph\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/blog_cover_LTI-Services.jpg\",\"datePublished\":\"2025-03-14T10:25:51+00:00\",\"dateModified\":\"2025-05-22T02:30:09+00:00\",\"description\":\"We excel in utilizing cutting-edge technology, programming languages, and frameworks to deliver high-quality digital solutions.\",\"breadcrumb\":{\"@id\":\"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/#primaryimage\",\"url\":\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/blog_cover_LTI-Services.jpg\",\"contentUrl\":\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/blog_cover_LTI-Services.jpg\",\"width\":700,\"height\":366},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/witlab.ph\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is LTI? A Simple Guide to Understanding Educational DX for Non-Techies\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/witlab.ph\/blog\/#website\",\"url\":\"https:\/\/witlab.ph\/blog\/\",\"name\":\"WIT LAB\",\"description\":\"Web Development\",\"publisher\":{\"@id\":\"https:\/\/witlab.ph\/blog\/#organization\"},\"alternateName\":\"WIT LAB INC\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/witlab.ph\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/witlab.ph\/blog\/#organization\",\"name\":\"WIT LAB INC\",\"alternateName\":\"Spiceworks (Japan)\",\"url\":\"https:\/\/witlab.ph\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/witlab.ph\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2024\/09\/logo_witlab-Copy-Copy.png\",\"contentUrl\":\"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2024\/09\/logo_witlab-Copy-Copy.png\",\"width\":681,\"height\":616,\"caption\":\"WIT LAB INC\"},\"image\":{\"@id\":\"https:\/\/witlab.ph\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/people\/WIT-LAB\/61567795364273\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/witlab.ph\/blog\/#\/schema\/person\/4ea2dd038c5f4b761490cff2f6e05bf5\",\"name\":\"WIT LAB\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/witlab.ph\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/13fa36b9a60e3ba45305b56e55dd6c33?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/13fa36b9a60e3ba45305b56e55dd6c33?s=96&d=mm&r=g\",\"caption\":\"WIT LAB\"},\"url\":\"https:\/\/witlab.ph\/blog\/author\/info-witlab\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is LTI? A Simple Guide to Understanding Educational DX for Non-Techies - WIT LAB %","description":"We excel in utilizing cutting-edge technology, programming languages, and frameworks to deliver high-quality digital solutions.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/","og_locale":"en_US","og_type":"article","og_title":"What is LTI? A Simple Guide to Understanding Educational DX for Non-Techies - WIT LAB %","og_description":"We excel in utilizing cutting-edge technology, programming languages, and frameworks to deliver high-quality digital solutions.","og_url":"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/","og_site_name":"WIT LAB","article_publisher":"https:\/\/www.facebook.com\/people\/WIT-LAB\/61567795364273\/","article_published_time":"2025-03-14T10:25:51+00:00","article_modified_time":"2025-05-22T02:30:09+00:00","og_image":[{"width":700,"height":366,"url":"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/blog_cover_LTI-Services.jpg","type":"image\/jpeg"}],"author":"WIT LAB","twitter_card":"summary_large_image","twitter_misc":{"Written by":"WIT LAB","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/#article","isPartOf":{"@id":"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/"},"author":{"name":"WIT LAB","@id":"https:\/\/witlab.ph\/blog\/#\/schema\/person\/4ea2dd038c5f4b761490cff2f6e05bf5"},"headline":"What is LTI? A Simple Guide to Understanding Educational DX for Non-Techies","datePublished":"2025-03-14T10:25:51+00:00","dateModified":"2025-05-22T02:30:09+00:00","mainEntityOfPage":{"@id":"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/"},"wordCount":1689,"commentCount":1,"publisher":{"@id":"https:\/\/witlab.ph\/blog\/#organization"},"image":{"@id":"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/#primaryimage"},"thumbnailUrl":"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/blog_cover_LTI-Services.jpg","articleSection":["System"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/","url":"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/","name":"What is LTI? A Simple Guide to Understanding Educational DX for Non-Techies - WIT LAB %","isPartOf":{"@id":"https:\/\/witlab.ph\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/#primaryimage"},"image":{"@id":"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/#primaryimage"},"thumbnailUrl":"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/blog_cover_LTI-Services.jpg","datePublished":"2025-03-14T10:25:51+00:00","dateModified":"2025-05-22T02:30:09+00:00","description":"We excel in utilizing cutting-edge technology, programming languages, and frameworks to deliver high-quality digital solutions.","breadcrumb":{"@id":"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/#primaryimage","url":"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/blog_cover_LTI-Services.jpg","contentUrl":"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2025\/03\/blog_cover_LTI-Services.jpg","width":700,"height":366},{"@type":"BreadcrumbList","@id":"https:\/\/witlab.ph\/blog\/what-is-lti-a-simple-guide-to-understanding-educational-dx-for-non-techies\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/witlab.ph\/blog\/"},{"@type":"ListItem","position":2,"name":"What is LTI? A Simple Guide to Understanding Educational DX for Non-Techies"}]},{"@type":"WebSite","@id":"https:\/\/witlab.ph\/blog\/#website","url":"https:\/\/witlab.ph\/blog\/","name":"WIT LAB","description":"Web Development","publisher":{"@id":"https:\/\/witlab.ph\/blog\/#organization"},"alternateName":"WIT LAB INC","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/witlab.ph\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/witlab.ph\/blog\/#organization","name":"WIT LAB INC","alternateName":"Spiceworks (Japan)","url":"https:\/\/witlab.ph\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/witlab.ph\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2024\/09\/logo_witlab-Copy-Copy.png","contentUrl":"https:\/\/witlab.ph\/blog\/wp-content\/uploads\/2024\/09\/logo_witlab-Copy-Copy.png","width":681,"height":616,"caption":"WIT LAB INC"},"image":{"@id":"https:\/\/witlab.ph\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/people\/WIT-LAB\/61567795364273\/"]},{"@type":"Person","@id":"https:\/\/witlab.ph\/blog\/#\/schema\/person\/4ea2dd038c5f4b761490cff2f6e05bf5","name":"WIT LAB","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/witlab.ph\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/13fa36b9a60e3ba45305b56e55dd6c33?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/13fa36b9a60e3ba45305b56e55dd6c33?s=96&d=mm&r=g","caption":"WIT LAB"},"url":"https:\/\/witlab.ph\/blog\/author\/info-witlab\/"}]}},"_links":{"self":[{"href":"https:\/\/witlab.ph\/blog\/wp-json\/wp\/v2\/posts\/682"}],"collection":[{"href":"https:\/\/witlab.ph\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/witlab.ph\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/witlab.ph\/blog\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/witlab.ph\/blog\/wp-json\/wp\/v2\/comments?post=682"}],"version-history":[{"count":21,"href":"https:\/\/witlab.ph\/blog\/wp-json\/wp\/v2\/posts\/682\/revisions"}],"predecessor-version":[{"id":804,"href":"https:\/\/witlab.ph\/blog\/wp-json\/wp\/v2\/posts\/682\/revisions\/804"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/witlab.ph\/blog\/wp-json\/wp\/v2\/media\/681"}],"wp:attachment":[{"href":"https:\/\/witlab.ph\/blog\/wp-json\/wp\/v2\/media?parent=682"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/witlab.ph\/blog\/wp-json\/wp\/v2\/categories?post=682"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/witlab.ph\/blog\/wp-json\/wp\/v2\/tags?post=682"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}