{"id":268,"date":"2024-04-18T16:29:44","date_gmt":"2024-04-18T16:29:44","guid":{"rendered":"https:\/\/learningnorth.com\/?p=268"},"modified":"2024-04-18T16:30:11","modified_gmt":"2024-04-18T16:30:11","slug":"5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea","status":"publish","type":"post","link":"https:\/\/learningnorth.com\/en\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/","title":{"rendered":"5 tips to avoid losing motivation during an online course"},"content":{"rendered":"<!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\" id=\"h-motivacion-como-recuperarla-en-un-curso-en-linea\">Motivation: How to recover it in an online course?<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"640\" height=\"427\" loading=\"lazy\" src=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-ketut-subiyanto-4126699.jpg\" alt=\"Recupera la motivaci\u00f3n por estudiar en tu curso en l\u00ednea\" class=\"w-full object-cover object-center border mx-auto wp-image-277\" srcset=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-ketut-subiyanto-4126699.jpg 640w, https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-ketut-subiyanto-4126699-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Recover your motivation for studying in your online course <\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Motivation is that inner strength that allows you to fulfill goals and achieve your objectives. This engine is fundamental when it comes to studying, doing new things or improving professionally.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In many cases, the context in which we live does not allow us to see the light at the end of the tunnel, we are tired, distracted or exhausted mentally and physically.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>So, we lose sight of why we do things, we don&#039;t see our objectives clear, in some words, we lose motivation.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-1umtJ5\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/senhorfinancas.com\/como-solicitar-o-cartao-santander-sx\/\" rel=\"sponsored\" data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Online courses: How to organize your time?\">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-olly-3799115.jpg\" alt=\"\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/senhorfinancas.com\/como-solicitar-o-cartao-santander-sx\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Online courses: How to organize your time?\">\n            Online courses: How to organize your time?        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Discover 6 ways to organize your time to be more effective and productive in an online course. Read the tips here!        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/senhorfinancas.com\/como-solicitar-o-cartao-santander-sx\/\" rel=\"sponsored\" data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Keep Reading            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/senhorfinancas.com\/como-solicitar-o-cartao-santander-sx\/\" rel=\"sponsored\" data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-olly-3799115.jpg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Online courses: How to organize your time?              <\/p>\n              <a href=\"https:\/\/senhorfinancas.com\/como-solicitar-o-cartao-santander-sx\/\" rel=\"sponsored\" data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Keep Reading                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                You will be redirected to another website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Have you been there lately? This can get worse when carrying out an activity online, since we are on our own, we must create our own spaces and be disciplined for learning.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>But don&#039;t worry, there are ways to recover those lost gains. Do you want to know them? Here we tell you what you can do!<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">5 ways to maintain motivation in an online course<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"640\" height=\"427\" loading=\"lazy\" src=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-sam-lion-6001387.jpg\" alt=\"\u00a1Vuelve a sentir entusiasmo por el curso en l\u00ednea y cumple tus metas!\" class=\"w-full object-cover object-center border mx-auto wp-image-273\" srcset=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-sam-lion-6001387.jpg 640w, https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-sam-lion-6001387-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Get back to feeling enthusiastic and accomplishing your goals!<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Next, we offer you some tips to recover lost motivation.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Keep in mind that maintaining the impulse that led you to carry out your activity is possible, but it can be a fluctuating process.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Therefore, plan it as a challenge to stick to these tips. It will help you a lot to stay motivated in your training!<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">Remember the goals of this course online<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>One of the main reasons why we become demotivated, and why we lose sight of the main objective of our activity.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>For example, let&#039;s assume that you are taking an online course to learn to speak English, because you will be traveling to a country that requires it. This is your big goal: learn to communicate in English so you can enjoy your trip more.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Defining what you want to achieve with this online course is crucial. Furthermore, remembering it and having it present can be very motivating, when it comes to regaining your enthusiasm in your online course.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">Create your own studio routine<\/h3>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"640\" height=\"427\" loading=\"lazy\" src=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-vlada-karpovich-4050315.jpg\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-271\" srcset=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-vlada-karpovich-4050315.jpg 640w, https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-vlada-karpovich-4050315-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Selecting space and maintaining a routine is essential to be consistent with your tasks<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>One of the biggest advantages of taking an online course is that it allows you to organize your study time.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>However, if you are not organized, this can be a conflicting point to create a specific routine for your learning and end up being chaos that is difficult to bear.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Therefore, we suggest you create a studio routine that suits your lifestyle and your own tastes. Luego, Ap\u00e9gate a ella! It will help you maintain daily discipline.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-2kLKPo\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/senhorfinancas.com\/como-solicitar-o-cartao-santander-sx\/\" rel=\"sponsored\" data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Online courses: How to organize your time?\">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-olly-3799115.jpg\" alt=\"\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/senhorfinancas.com\/como-solicitar-o-cartao-santander-sx\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Online courses: How to organize your time?\">\n            Online courses: How to organize your time?        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Discover 6 ways to organize your time to be more effective and productive in an online course. Read the tips here!        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/senhorfinancas.com\/como-solicitar-o-cartao-santander-sx\/\" rel=\"sponsored\" data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Keep Reading            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/senhorfinancas.com\/como-solicitar-o-cartao-santander-sx\/\" rel=\"sponsored\" data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-olly-3799115.jpg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Online courses: How to organize your time?              <\/p>\n              <a href=\"https:\/\/senhorfinancas.com\/como-solicitar-o-cartao-santander-sx\/\" rel=\"sponsored\" data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Keep Reading                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                You will be redirected to another website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">Participate and seek support from other students<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Being alone and learning can overwhelm you, become boring or demotivate you.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Therefore, our third advice is that you actively participate in the communication channels (chats, forums and study groups) of the online course.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>This will help improve your performance, but will also keep you active and connected to other students, teachers, mentors or tutors.&nbsp;<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">Celebrate your achievements in the online course!<\/h3>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"683\" loading=\"lazy\" src=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-olly-3768894-1024x683.jpg\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-269\" srcset=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-olly-3768894-1024x683.jpg 1024w, https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-olly-3768894-300x200.jpg 300w, https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-olly-3768894-768x512.jpg 768w, https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-olly-3768894-1536x1024.jpg 1536w, https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-olly-3768894-2048x1365.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">There are even small achievements that are celebrated!<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>If you&#039;re doing a training, I&#039;m sure you&#039;ve learned something new. This is progress towards achieving your goal.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Therefore, celebrate it! No matter how small it is, celebrating your achievements will keep you motivated for much longer.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">Change the way you study or look for alternatives<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Another great benefit of taking courses online is that it provides a large amount of complementary material.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>This means that you can use different study methods to learn a topic that you find boring. For example, you can watch explanatory videos, take virtual classes, read e-books or listen to podcasts.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>This change can give you new experiences and keep your attention on less interesting topics. We hope that these tips will help you and put them into practice in your online course. Much success!<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Motivation: How to recover it in an online course? Motivation is that inner strength that allows you to fulfill goals and achieve your objectives. This engine is fundamental when it comes to studying, doing new things or improving professionally. In many cases, the context in which we live does not allow us to see the light at the end\u2026 <a class=\"more-link\" href=\"https:\/\/learningnorth.com\/en\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/\">Continue reading <span class=\"screen-reader-text\">5 tips to avoid losing motivation during an online course<\/span><\/a><\/p>","protected":false},"author":10,"featured_media":277,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[24,25],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>5 tips para no perder la motivaci\u00f3n en un curso en l\u00ednea - Learning North<\/title>\n<meta name=\"description\" content=\"Es normal perder la motivaci\u00f3n inicial en un curso en l\u00ednea, pero existen formas de recuperarlas \u00a1Conoce 5 formas de entusiasmarte de nuevo!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/learningnorth.com\/en\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"5 tips para no perder la motivaci\u00f3n en un curso en l\u00ednea - Learning North\" \/>\n<meta property=\"og:description\" content=\"Es normal perder la motivaci\u00f3n inicial en un curso en l\u00ednea, pero existen formas de recuperarlas \u00a1Conoce 5 formas de entusiasmarte de nuevo!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/learningnorth.com\/en\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/\" \/>\n<meta property=\"og:site_name\" content=\"Learning North\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-18T16:29:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-18T16:30:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-ketut-subiyanto-4126699.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"640\" \/>\n\t<meta property=\"og:image:height\" content=\"427\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"cgattucci\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"cgattucci\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/learningnorth.com\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/\",\"url\":\"https:\/\/learningnorth.com\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/\",\"name\":\"5 tips para no perder la motivaci\u00f3n en un curso en l\u00ednea - Learning North\",\"isPartOf\":{\"@id\":\"https:\/\/learningnorth.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/learningnorth.com\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/learningnorth.com\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-ketut-subiyanto-4126699.jpg\",\"datePublished\":\"2024-04-18T16:29:44+00:00\",\"dateModified\":\"2024-04-18T16:30:11+00:00\",\"author\":{\"@id\":\"https:\/\/learningnorth.com\/#\/schema\/person\/0992b32ae010ee2c0b82d4aad6792557\"},\"description\":\"Es normal perder la motivaci\u00f3n inicial en un curso en l\u00ednea, pero existen formas de recuperarlas \u00a1Conoce 5 formas de entusiasmarte de nuevo!\",\"breadcrumb\":{\"@id\":\"https:\/\/learningnorth.com\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/learningnorth.com\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/learningnorth.com\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/#primaryimage\",\"url\":\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-ketut-subiyanto-4126699.jpg\",\"contentUrl\":\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-ketut-subiyanto-4126699.jpg\",\"width\":640,\"height\":427},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/learningnorth.com\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/learningnorth.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"5 tips para no perder la motivaci\u00f3n en un curso en l\u00ednea\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/learningnorth.com\/#website\",\"url\":\"https:\/\/learningnorth.com\/\",\"name\":\"Learning North\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/learningnorth.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/learningnorth.com\/#\/schema\/person\/0992b32ae010ee2c0b82d4aad6792557\",\"name\":\"cgattucci\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/learningnorth.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9b4aa20b3175628d1171955ed489cdda?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9b4aa20b3175628d1171955ed489cdda?s=96&d=mm&r=g\",\"caption\":\"cgattucci\"},\"url\":\"https:\/\/learningnorth.com\/en\/author\/cgattucci\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"5 tips para no perder la motivaci\u00f3n en un curso en l\u00ednea - Learning North","description":"Es normal perder la motivaci\u00f3n inicial en un curso en l\u00ednea, pero existen formas de recuperarlas \u00a1Conoce 5 formas de entusiasmarte de nuevo!","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:\/\/learningnorth.com\/en\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/","og_locale":"en_US","og_type":"article","og_title":"5 tips para no perder la motivaci\u00f3n en un curso en l\u00ednea - Learning North","og_description":"Es normal perder la motivaci\u00f3n inicial en un curso en l\u00ednea, pero existen formas de recuperarlas \u00a1Conoce 5 formas de entusiasmarte de nuevo!","og_url":"https:\/\/learningnorth.com\/en\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/","og_site_name":"Learning North","article_published_time":"2024-04-18T16:29:44+00:00","article_modified_time":"2024-04-18T16:30:11+00:00","og_image":[{"width":640,"height":427,"url":"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-ketut-subiyanto-4126699.jpg","type":"image\/jpeg"}],"author":"cgattucci","twitter_card":"summary_large_image","twitter_misc":{"Written by":"cgattucci","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/learningnorth.com\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/","url":"https:\/\/learningnorth.com\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/","name":"5 tips para no perder la motivaci\u00f3n en un curso en l\u00ednea - Learning North","isPartOf":{"@id":"https:\/\/learningnorth.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/learningnorth.com\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/#primaryimage"},"image":{"@id":"https:\/\/learningnorth.com\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/#primaryimage"},"thumbnailUrl":"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-ketut-subiyanto-4126699.jpg","datePublished":"2024-04-18T16:29:44+00:00","dateModified":"2024-04-18T16:30:11+00:00","author":{"@id":"https:\/\/learningnorth.com\/#\/schema\/person\/0992b32ae010ee2c0b82d4aad6792557"},"description":"Es normal perder la motivaci\u00f3n inicial en un curso en l\u00ednea, pero existen formas de recuperarlas \u00a1Conoce 5 formas de entusiasmarte de nuevo!","breadcrumb":{"@id":"https:\/\/learningnorth.com\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/learningnorth.com\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/learningnorth.com\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/#primaryimage","url":"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-ketut-subiyanto-4126699.jpg","contentUrl":"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-ketut-subiyanto-4126699.jpg","width":640,"height":427},{"@type":"BreadcrumbList","@id":"https:\/\/learningnorth.com\/5-tips-para-no-perder-la-motivacion-en-un-curso-en-linea\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/learningnorth.com\/"},{"@type":"ListItem","position":2,"name":"5 tips para no perder la motivaci\u00f3n en un curso en l\u00ednea"}]},{"@type":"WebSite","@id":"https:\/\/learningnorth.com\/#website","url":"https:\/\/learningnorth.com\/","name":"Learning North","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/learningnorth.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/learningnorth.com\/#\/schema\/person\/0992b32ae010ee2c0b82d4aad6792557","name":"cgattucci","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/learningnorth.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9b4aa20b3175628d1171955ed489cdda?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9b4aa20b3175628d1171955ed489cdda?s=96&d=mm&r=g","caption":"cgattucci"},"url":"https:\/\/learningnorth.com\/en\/author\/cgattucci\/"}]}},"_links":{"self":[{"href":"https:\/\/learningnorth.com\/en\/wp-json\/wp\/v2\/posts\/268"}],"collection":[{"href":"https:\/\/learningnorth.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/learningnorth.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/learningnorth.com\/en\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/learningnorth.com\/en\/wp-json\/wp\/v2\/comments?post=268"}],"version-history":[{"count":1,"href":"https:\/\/learningnorth.com\/en\/wp-json\/wp\/v2\/posts\/268\/revisions"}],"predecessor-version":[{"id":279,"href":"https:\/\/learningnorth.com\/en\/wp-json\/wp\/v2\/posts\/268\/revisions\/279"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/learningnorth.com\/en\/wp-json\/wp\/v2\/media\/277"}],"wp:attachment":[{"href":"https:\/\/learningnorth.com\/en\/wp-json\/wp\/v2\/media?parent=268"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/learningnorth.com\/en\/wp-json\/wp\/v2\/categories?post=268"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/learningnorth.com\/en\/wp-json\/wp\/v2\/tags?post=268"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}