{"version":3,"sources":["webpack:///./src/pages/tips-for-teachers/overview.mdx"],"names":["backgroundImages","mobile","desktop","_frontmatter","makeShortcode","name","props","console","warn","Row","Column","PageDescription","layoutProps","MDXLayout","DefaultLayout","MDXContent","components","mdxType","className","colMd","colLg","parentName","isMDXComponent"],"mappings":"skBAQO,IAAMA,EAAmB,CAACC,IAAQC,KAC5BC,EAAe,GAEtBC,EAAgB,SAAAC,GAAI,OAAI,SAA6BC,GAEzD,OADAC,QAAQC,KAAK,aAAeH,EAAO,2EAC5B,kBAASC,KAGZG,EAAML,EAAc,OACpBM,EAASN,EAAc,UACvBO,EAAkBP,EAAc,mBAChCQ,EAAc,CAClBZ,mBACAG,gBAEIU,EAAYC,IACH,SAASC,EAAT,GAGZ,IAFDC,EAEC,EAFDA,WACGV,E,oIACF,mBACD,OAAO,YAACO,EAAD,KAAeD,EAAiBN,EAAhC,CAAuCU,WAAYA,EAAYC,QAAQ,cAK5E,YAACR,EAAD,CAAKS,UAAU,kBAAkBD,QAAQ,OAC3C,YAACP,EAAD,CAAQS,MAAO,EAAGC,MAAO,EAAGH,QAAQ,UAC9B,mBAAU,CACR,UAAa,4BACb,MAAS,CACP,SAAY,WACZ,QAAW,QACX,WAAc,OACd,YAAe,OACf,SAAY,WAPhB,WAUA,sBAAMI,WAAW,QAAW,CACxB,UAAa,qCACb,MAAS,CACP,cAAiB,SACjB,SAAY,WACZ,OAAU,IACV,KAAQ,IACR,gBAAmB,wiCACnB,eAAkB,QAClB,QAAW,YAnBjB,OAsBJ,qBAAKA,WAAW,QAAW,CACnB,UAAa,0BACb,IAAO,qBACP,MAAS,qBACT,IAAO,oFACP,OAAU,CAAC,yFAA0F,yFAA0F,0FAA2F,0FAA2F,2FACrX,MAAS,oCACT,MAAS,CACP,MAAS,OACT,OAAU,OACV,OAAU,IACV,cAAiB,SACjB,SAAY,WACZ,IAAO,IACP,KAAQ,KAEV,QAAW,UAtCf,WA0CF,YAACX,EAAD,CAAQS,MAAO,EAAGC,MAAO,EAAGH,QAAQ,UAClC,YAACN,EAAD,CAAiBM,QAAQ,mBACvB,wUACA,+LAIN,YAACR,EAAD,CAAKS,UAAU,kBAAkBD,QAAQ,OAC3C,YAACP,EAAD,CAAQS,MAAO,EAAGC,MAAO,EAAGH,QAAQ,UAC9B,4CAEN,YAACP,EAAD,CAAQS,MAAO,EAAGC,MAAO,EAAGH,QAAQ,UAC9B,4MACA,qBAAG,mBAAGI,WAAW,KAAQ,CACrB,KAAQ,4DADT,4BAKP,YAACZ,EAAD,CAAKS,UAAU,kBAAkBD,QAAQ,OAC3C,YAACP,EAAD,CAAQS,MAAO,EAAGC,MAAO,EAAGH,QAAQ,UAC9B,4CAEN,YAACP,EAAD,CAAQS,MAAO,EAAGC,MAAO,EAAGH,QAAQ,UAC9B,2PACA,qBAAG,mBAAGI,WAAW,KAAQ,CACrB,KAAQ,+DADT,+BAKP,YAACZ,EAAD,CAAKS,UAAU,kBAAkBD,QAAQ,OAC3C,YAACP,EAAD,CAAQS,MAAO,EAAGC,MAAO,EAAGH,QAAQ,UAC9B,8CAEN,YAACP,EAAD,CAAQS,MAAO,EAAGC,MAAO,EAAGH,QAAQ,UAC9B,kQACA,qBAAG,mBAAGI,WAAW,KAAQ,CACrB,KAAQ,oDADT,oBAKP,YAACZ,EAAD,CAAKS,UAAU,kBAAkBD,QAAQ,OAC3C,YAACP,EAAD,CAAQS,MAAO,EAAGC,MAAO,EAAGH,QAAQ,UAC9B,uCAEN,YAACP,EAAD,CAAQS,MAAO,EAAGC,MAAO,EAAGH,QAAQ,UAC9B,uGACA,qBAAG,mBAAGI,WAAW,KAAQ,CACrB,KAAQ,gEADT,0BASXN,EAAWO,gBAAiB","file":"component---src-pages-tips-for-teachers-overview-mdx-7c7d53bab85f0893d8e6.js","sourcesContent":["import * as React from 'react'\n  /* @jsx mdx */\nimport { mdx } from '@mdx-js/react';\n/* @jsx mdx */\n\nimport DefaultLayout from \"/Users/santelia/Documents/mystuff/git/github-ibm/remote-learning-enablement/node_modules/gatsby-theme-carbon/src/templates/Default.js\";\nimport mobile from './images/mobile-banner.png';\nimport desktop from './images/desktop-banner.png';\nexport const backgroundImages = [mobile, desktop];\nexport const _frontmatter = {};\n\nconst makeShortcode = name => function MDXDefaultShortcode(props) {\n  console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n  return <div {...props} />;\n};\n\nconst Row = makeShortcode(\"Row\");\nconst Column = makeShortcode(\"Column\");\nconst PageDescription = makeShortcode(\"PageDescription\");\nconst layoutProps = {\n  backgroundImages,\n  _frontmatter\n};\nconst MDXLayout = DefaultLayout;\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n\n\n\n    <Row className=\"title-with-text\" mdxType=\"Row\">\n  <Column colMd={2} colLg={3} mdxType=\"Column\">\n        <span {...{\n          \"className\": \"gatsby-resp-image-wrapper\",\n          \"style\": {\n            \"position\": \"relative\",\n            \"display\": \"block\",\n            \"marginLeft\": \"auto\",\n            \"marginRight\": \"auto\",\n            \"maxWidth\": \"1152px\"\n          }\n        }}>{`\n      `}<span parentName=\"span\" {...{\n            \"className\": \"gatsby-resp-image-background-image\",\n            \"style\": {\n              \"paddingBottom\": \"56.25%\",\n              \"position\": \"relative\",\n              \"bottom\": \"0\",\n              \"left\": \"0\",\n              \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAYAAAB/Ca1DAAAACXBIWXMAAAsSAAALEgHS3X78AAACt0lEQVQoz32SXUiTYRTHn20WXUQR3gRC9HERIRSU3QShNwlBYkQXaVBkVrZEiVIEdeFEheXEkCbl/Np0foS6bLZKs6m49r33bZspW2DZhzgL/FjZtvf59/pOh1edm3MOz3l+z///cAg1bSPrgVEioub9CWRL4NB5Ca1WCQPU5TpJPbN1kbHmx+jIyiDdz9NJayND2p7IheFiKZFomjYuDhNRHAKIEMRuPsfhCC4mUqf7F2aXAEc+fg4pcaJ/MJpkHMCuPh1Isyp5fU6saRIROhqD0RGSggkip9ZLVmotWKUjHV7cVapwvUhBZbUmNOiAuopwqPFwmFPpaOmbV5xY14q9Xe0sUVbuEF5WN/Agc6ZYAE6kXEYgDzCnAO8vAgY1kCYFMouBB0os3anhgvLbWCu/ADzU0qDXx9ksNqzaXPPwBQ4ITtxeXqF3XiI0vtA5eH4AVmOEsn4ORjOHnHthHMkORwtroo68Mphzyyh3rZhCN0AXV34DvpkwAp/BOdiqdQafJTyVERRG3c50eHxYdni5bIOePurtpX/k9cDZPBo5dQPfCmR0TVoajeYWhT0lisgCO8XB/eEvPgYAO9MmuLS7xYQ6GMG+tO/ZdrBT09rxMZC2xnBy89NIqKg6gvyyKE3KCCNHxqGyHkxhFfYcz0JLbQsw4wf8s6B25mYMyAhuSb9pTFD5yWJPSx3Sg/S0o9s0DgyOAu8mAUUbcOY+MGmzT/UYFPtOX1W/1epZMJ7lqMXZGFpaFTiCOP4jCZEVxHcvsbO1/GCXxvLVydRiOmDgpv3DcLJqHLuSUbIAsmW9Er4YTTs3e17dxoGTjRVboP+L7xo9b+uoeLNfMdtFm7A4dLtWHStaVCS5t1MYnrM5JbC4yBxA6OCImKZKJXhtJ5qXL0j+rQremYdQm5tQqysmjM/UwZJ/gdXFyGgidiEAAAAASUVORK5CYII=')\",\n              \"backgroundSize\": \"cover\",\n              \"display\": \"block\"\n            }\n          }}></span>{`\n  `}<img parentName=\"span\" {...{\n            \"className\": \"gatsby-resp-image-image\",\n            \"alt\": \"tools illustration\",\n            \"title\": \"tools illustration\",\n            \"src\": \"/remotelearning/static/0e0ff8ae96276fa061cc2bdb9d703bc2/3cbba/tips-contenttop.png\",\n            \"srcSet\": [\"/remotelearning/static/0e0ff8ae96276fa061cc2bdb9d703bc2/7fc1e/tips-contenttop.png 288w\", \"/remotelearning/static/0e0ff8ae96276fa061cc2bdb9d703bc2/a5df1/tips-contenttop.png 576w\", \"/remotelearning/static/0e0ff8ae96276fa061cc2bdb9d703bc2/3cbba/tips-contenttop.png 1152w\", \"/remotelearning/static/0e0ff8ae96276fa061cc2bdb9d703bc2/0b124/tips-contenttop.png 1728w\", \"/remotelearning/static/0e0ff8ae96276fa061cc2bdb9d703bc2/e957c/tips-contenttop.png 1920w\"],\n            \"sizes\": \"(max-width: 1152px) 100vw, 1152px\",\n            \"style\": {\n              \"width\": \"100%\",\n              \"height\": \"100%\",\n              \"margin\": \"0\",\n              \"verticalAlign\": \"middle\",\n              \"position\": \"absolute\",\n              \"top\": \"0\",\n              \"left\": \"0\"\n            },\n            \"loading\": \"lazy\"\n          }}></img>{`\n    `}</span>\n  </Column>\n      <Column colMd={6} colLg={8} mdxType=\"Column\">\n        <PageDescription mdxType=\"PageDescription\">\n          <p>{`Even with many schools closed indefinitely, teachers are committed to ensuring that students stay on track and are engaged in learning. The challenges are enormous, especially for teachers whose students who may not have adequate supports at home and/or access to technology, among other critical needs.`}</p>\n          <p>{`For teachers providing online instruction, we are sharing a number of strategies that can help you create a dynamic virtual learning environment for your students.`}</p>\n        </PageDescription>\n  </Column>\n    </Row>\n    <Row className=\"title-with-text\" mdxType=\"Row\">\n  <Column colMd={2} colLg={3} mdxType=\"Column\">\n        <h2>{`Maintaining Focus`}</h2>\n  </Column>\n  <Column colMd={6} colLg={8} mdxType=\"Column\">\n        <p>{`Being remote can present some challenges in keeping students focused. Follow these guidelines to help keep students active, involved and on task in a virtual learning environment.`}</p>\n        <p><a parentName=\"p\" {...{\n            \"href\": \"/remotelearning/tips-for-teachers/promoting-interaction\"\n          }}>{`Promoting interaction`}</a></p>\n  </Column>\n    </Row>\n    <Row className=\"title-with-text\" mdxType=\"Row\">\n  <Column colMd={2} colLg={3} mdxType=\"Column\">\n        <h2>{`Staying Connected`}</h2>\n  </Column>\n  <Column colMd={6} colLg={8} mdxType=\"Column\">\n        <p>{`In a remote environment, direct interactions and social cues are limited, and in turn, can limit student engagement and make it even harder to keep students focused. These guidelines can help keep students active and on task. `}</p>\n        <p><a parentName=\"p\" {...{\n            \"href\": \"/remotelearning/tips-for-teachers/keeping-students-engaged\"\n          }}>{`Keeping students engaged`}</a></p>\n  </Column>\n    </Row>\n    <Row className=\"title-with-text\" mdxType=\"Row\">\n  <Column colMd={2} colLg={3} mdxType=\"Column\">\n        <h2>{`Fun and Educational`}</h2>\n  </Column>\n  <Column colMd={6} colLg={8} mdxType=\"Column\">\n        <p>{`For many students, school is as much about social interaction and creativity as it is about the curriculum. Here are some suggestions for fun, collaborative, and educationally oriented activities that leverage interactive technology.`}</p>\n        <p><a parentName=\"p\" {...{\n            \"href\": \"/remotelearning/tips-for-teachers/making-it-fun\"\n          }}>{`Making it fun`}</a></p>\n  </Column>\n    </Row>\n    <Row className=\"title-with-text\" mdxType=\"Row\">\n  <Column colMd={2} colLg={3} mdxType=\"Column\">\n        <h2>{`Certificates`}</h2>\n  </Column>\n  <Column colMd={6} colLg={8} mdxType=\"Column\">\n        <p>{`Certificates are an effective way to encourage progress and staying connected.`}</p>\n        <p><a parentName=\"p\" {...{\n            \"href\": \"/remotelearning/tips-for-teachers/customizable-certificates\"\n          }}>{`Recognize students`}</a></p>\n  </Column>\n    </Row>\n\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;\n      "],"sourceRoot":""}