{this.props.t("research5")}
-
Educational Data Mining and Learning Analytics in Programming:
Literature Review and Case Studies
-
+
.
diff --git a/src/components/user/CreateAccountForm.js b/src/components/user/CreateAccountForm.js
index e6ff87a6..fea717ef 100644
--- a/src/components/user/CreateAccountForm.js
+++ b/src/components/user/CreateAccountForm.js
@@ -4,7 +4,6 @@ import { TextField, Button } from "@material-ui/core"
import { createAccount, authenticate } from "../../services/moocfi"
import { capitalizeFirstLetter } from "../../util/strings"
import { navigate } from "gatsby"
-import { OutboundLink } from "gatsby-plugin-google-analytics"
import { withTranslation } from "react-i18next"
import styled from "styled-components"
import withSimpleErrorBoundary from "../../util/withSimpleErrorBoundary"
@@ -153,13 +152,9 @@ class CreateAccountForm extends React.Component {
Kurssin materiaali on lisensoitu{" "}
-
Creative Commons BY-NC-SA 4.0
- {" "}
+ {" "}
-lisenssillä, joten voit käyttää ja levittää sitä vapaasti, kunhan
alkuperäisten tekijöiden nimiä ei poisteta. Jos teet muutoksia
materiaaliin ja haluat levittää muunneltua versiota, se täytyy
@@ -48,37 +47,33 @@ const Credits = () => (
Kurssisivuston ovat tehneet{" "}
-
Henrik Nygren
- {" "}
+ {" "}
ja{" "}
-
Antti Leinonen
-
+
. Helsingin yliopiston{" "}
-
Agile Education Research -tutkimusryhmä
- {" "}
+ {" "}
on luonut kurssilla käytetyn ohjelmointitehtävien palautusympäristön (
-
+
Test My Code
-
+
) ja sen liitännäiset ohjelmointiympäristöihin, kurssimateriaalissa
olevan kyselyjärjestelmän ja muut toiminnot.
diff --git a/src/pages/edit-page.js b/src/pages/edit-page.js
index ffe50aad..d73c2e8e 100644
--- a/src/pages/edit-page.js
+++ b/src/pages/edit-page.js
@@ -2,7 +2,6 @@ import React from "react"
import Helmet from "react-helmet"
import Layout from "../templates/Layout"
import Container from "../components/Container"
-import { OutboundLink } from "gatsby-plugin-google-analytics"
import { withLoginStateContext } from "../contexes/LoginStateContext"
import { Button, Typography } from "@material-ui/core"
import CourseSettings from "../../course-settings"
@@ -45,31 +44,31 @@ class EditPage extends React.Component {
diff --git a/src/pages/profile.js b/src/pages/profile.js
index 691daff8..0f45e5e8 100644
--- a/src/pages/profile.js
+++ b/src/pages/profile.js
@@ -9,7 +9,6 @@ import LoginStateContext, {
withLoginStateContext,
} from "../contexes/LoginStateContext"
import Container from "../components/Container"
-import { OutboundLink } from "gatsby-plugin-google-analytics"
import { getCachedUserDetails } from "../services/moocfi"
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"
@@ -70,9 +69,9 @@ class MissingInfo extends React.Component {
Täällä voit muokata mooc.fi -tilisi asetuksia tämän kurssin osalta.
Katso myös profiilisi mooc.fi:n Test My Code -palvelussa:{" "}
-
+
https://tmc.mooc.fi
-
+
.
diff --git a/src/pages/report-issue.js b/src/pages/report-issue.js
index d560f4bc..764db660 100644
--- a/src/pages/report-issue.js
+++ b/src/pages/report-issue.js
@@ -2,7 +2,6 @@ import React from "react"
import Helmet from "react-helmet"
import Layout from "../templates/Layout"
import Container from "../components/Container"
-import { OutboundLink } from "gatsby-plugin-google-analytics"
import { withLoginStateContext } from "../contexes/LoginStateContext"
import { Button, Typography } from "@material-ui/core"
import CourseSettings from "../../course-settings"
@@ -21,7 +20,7 @@ const ReportIssue = ({ t }) => (