|
1 |
| -import React, { Fragment } from 'react' |
2 |
| -import LoginStateContext from '../../contexes/LoginStateContext' |
3 |
| -import withSimpleErrorBoundary from '../../util/withSimpleErrorBoundary' |
4 |
| -import { Modal, Paper, Button } from '@material-ui/core' |
5 |
| -import styled from 'styled-components' |
6 |
| -import { OutboundLink } from 'gatsby-plugin-google-analytics' |
7 |
| -import Loading from '../Loading' |
8 |
| - |
| 1 | +import React, { Fragment } from "react" |
| 2 | +import LoginStateContext from "../../contexes/LoginStateContext" |
| 3 | +import withSimpleErrorBoundary from "../../util/withSimpleErrorBoundary" |
| 4 | +import { Modal, Paper, Button } from "@material-ui/core" |
| 5 | +import styled from "styled-components" |
| 6 | +import { OutboundLink } from "gatsby-plugin-google-analytics" |
| 7 | +import Loading from "../Loading" |
9 | 8 |
|
10 | 9 | const StyledModal = styled(Modal)`
|
11 | 10 | z-index: 500 !important;
|
@@ -35,8 +34,8 @@ const Title = styled.h1`
|
35 | 34 | `
|
36 | 35 |
|
37 | 36 | const data = [
|
38 |
| - { group: 'Osa 1', Ohjelmointitehtävät: 80, Kyselyt: 20 }, |
39 |
| - { group: 'Osa 2', Ohjelmointitehtävät: 30, Kyselyt: 40 }, |
| 37 | + { group: "Osa 1", Ohjelmointitehtävät: 80, Kyselyt: 20 }, |
| 38 | + { group: "Osa 2", Ohjelmointitehtävät: 30, Kyselyt: 40 }, |
40 | 39 | ]
|
41 | 40 |
|
42 | 41 | class PointsBalloonContent extends React.Component {
|
@@ -69,12 +68,14 @@ class PointsBalloonContent extends React.Component {
|
69 | 68 | <p>
|
70 | 69 | Tähän tulee visualisaatio edistymisestäsi heti kun olemme
|
71 | 70 | saaneet tämän ominaisuuden toteutettua. Odotellessasi voit
|
72 |
| - tutkia edistymisestäsi ohjelmointitehtävissä |
73 |
| - TMC:ssä:{' '} |
| 71 | + tutkia edistymisestäsi ohjelmointitehtävissä TMC:ssä:{" "} |
74 | 72 | <OutboundLink href="https://tmc.mooc.fi/participants/me">
|
75 | 73 | https://tmc.mooc.fi/participants/me
|
76 | 74 | </OutboundLink>
|
77 |
| - . Huomaathan, että pisteisiisi vaikuttaa muutkin tehtävät kuin ohjelmointitehtävät, kuten vaikka materiaalin seassa olevat kyselyt. Näiden tehtävien pisteet eivät näy TMC:ssä. Kiitos kärsivällisyydestäsi! |
| 75 | + . Huomaathan, että pisteisiisi vaikuttaa muutkin tehtävät kuin |
| 76 | + ohjelmointitehtävät, kuten vaikka materiaalin seassa olevat |
| 77 | + kyselyt. Näiden tehtävien pisteet eivät näy TMC:ssä. Kiitos |
| 78 | + kärsivällisyydestäsi! |
78 | 79 | </p>
|
79 | 80 | </Fragment>
|
80 | 81 | </Loading>
|
|
0 commit comments