{
    "componentChunkName": "component---src-templates-blog-post-js",
    "path": "/blog/what-is-3Dmeet/",
    "result": {"data":{"site":{"siteMetadata":{"blogTitle":"3Dmeet Blog","author":"VIEW"}},"mdx":{"id":"e059aad8-3dca-5253-a02d-ce46dde34f18","excerpt":"Last month my wife and I flew to Bosnia to visit my family. My wife is from USA, but in 2014 she spent a year living in Bosnia, where she was able to learn…","body":"var _excluded = [\"components\"];\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\nvar _frontmatter = {\n  \"path\": \"what-is-3Dmeet\",\n  \"date\": \"2020-03-02T00:00:00.000Z\",\n  \"title\": \"What is 3Dmeet?\",\n  \"description\": \"Effective virtual meetings require new innovative solutions\"\n};\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n    props = _objectWithoutProperties(_ref, _excluded);\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"Last month my wife and I flew to Bosnia to visit my family. My wife is from USA, but in 2014 she spent a year living in Bosnia, where she was able to learn Bosnian language. Even though we\\u2019ve been trying to regularly speak Bosnian at home, she felt nervous about being able to communicate with my family and friends. I knew she would be fine for two very important reasons:\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"She practiced with me, a native speaker\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Once she got to Bosnia, the immersion in the language and the culture would help her learn at a much faster rate\")), mdx(\"p\", null, \"At FluentWorlds, we\\u2019ve developed an app that offers both of these crucial elements that can help any person learn a language. With FluentNow, you get to practice with a native speaker in an immersive experience, exploring virtual 3D environments and learning in context. Yes, apps that use flashcards and images are useful, but they don\\u2019t give you the immersive experience that FluentNow provides. They only help you memorize a bunch of words on flashcards that you end up forgetting the next day.\"), mdx(\"p\", null, \"I tried learning English through apps, college classes, and websites, but the most progress I\\u2019ve made was when I started interacting with native English speakers. My confidence grew immensely, and I met new friends. The point is that you can\\u2019t make nearly as much progress alone.\"), mdx(\"p\", null, \"You need people. You can\\u2019t sit at home or in classroom and digest vocabulary words all day. FluentNow makes this possible. In FluentNow you get to create your own avatar and interact with other people in different virtual environments. You get to meet people who can become your support system and help you overcome language barriers leveraging learning in context.\"), mdx(\"p\", null, \"Become a beta tester of FluentNow today and start building your support network!\"), mdx(\"style\", {\n    \"className\": \"grvsc-styles\"\n  }, \"\\n  .grvsc-container {\\n    overflow: auto;\\n    position: relative;\\n    -webkit-overflow-scrolling: touch;\\n    padding-top: 1rem;\\n    padding-top: var(--grvsc-padding-top, var(--grvsc-padding-v, 1rem));\\n    padding-bottom: 1rem;\\n    padding-bottom: var(--grvsc-padding-bottom, var(--grvsc-padding-v, 1rem));\\n    border-radius: 8px;\\n    border-radius: var(--grvsc-border-radius, 8px);\\n    font-feature-settings: normal;\\n    line-height: 1.4;\\n  }\\n  \\n  .grvsc-code {\\n    display: table;\\n  }\\n  \\n  .grvsc-line {\\n    display: table-row;\\n    box-sizing: border-box;\\n    width: 100%;\\n    position: relative;\\n  }\\n  \\n  .grvsc-line > * {\\n    position: relative;\\n  }\\n  \\n  .grvsc-gutter-pad {\\n    display: table-cell;\\n    padding-left: 0.75rem;\\n    padding-left: calc(var(--grvsc-padding-left, var(--grvsc-padding-h, 1.5rem)) / 2);\\n  }\\n  \\n  .grvsc-gutter {\\n    display: table-cell;\\n    -webkit-user-select: none;\\n    -moz-user-select: none;\\n    user-select: none;\\n  }\\n  \\n  .grvsc-gutter::before {\\n    content: attr(data-content);\\n  }\\n  \\n  .grvsc-source {\\n    display: table-cell;\\n    padding-left: 1.5rem;\\n    padding-left: var(--grvsc-padding-left, var(--grvsc-padding-h, 1.5rem));\\n    padding-right: 1.5rem;\\n    padding-right: var(--grvsc-padding-right, var(--grvsc-padding-h, 1.5rem));\\n  }\\n  \\n  .grvsc-source:empty::after {\\n    content: ' ';\\n    -webkit-user-select: none;\\n    -moz-user-select: none;\\n    user-select: none;\\n  }\\n  \\n  .grvsc-gutter + .grvsc-source {\\n    padding-left: 0.75rem;\\n    padding-left: calc(var(--grvsc-padding-left, var(--grvsc-padding-h, 1.5rem)) / 2);\\n  }\\n  \\n  /* Line transformer styles */\\n  \\n  .grvsc-has-line-highlighting > .grvsc-code > .grvsc-line::before {\\n    content: ' ';\\n    position: absolute;\\n    width: 100%;\\n  }\\n  \\n  .grvsc-line-diff-add::before {\\n    background-color: var(--grvsc-line-diff-add-background-color, rgba(0, 255, 60, 0.2));\\n  }\\n  \\n  .grvsc-line-diff-del::before {\\n    background-color: var(--grvsc-line-diff-del-background-color, rgba(255, 0, 20, 0.2));\\n  }\\n  \\n  .grvsc-line-number {\\n    padding: 0 2px;\\n    text-align: right;\\n    opacity: 0.7;\\n  }\\n  \\n\"));\n}\n;\nMDXContent.isMDXComponent = true;","frontmatter":{"title":"What is 3Dmeet?","date":"March 02, 2020","description":"Effective virtual meetings require new innovative solutions"}}},"pageContext":{"slug":"/what-is-3Dmeet/","previous":null,"next":{"fields":{"slug":"/issues-joining-a-3dmeet-meeting/"},"frontmatter":{"title":"Issues Joining a 3Dmeet Meeting"}}}},
    "staticQueryHashes": ["139983731","143701507"]}