Skip to content

Commit fcf7efb

Browse files
authored
Merge pull request rage#280 from rage/quizzes-update
Update quizzes to latest version
2 parents 85a824f + 3667ff1 commit fcf7efb

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

package-lock.json

Lines changed: 18 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"jquery": "^3.4.1",
4949
"jss": "^10.0.0",
5050
"moment": "^2.24.0",
51-
"moocfi-quizzes": "^0.4.4",
51+
"moocfi-quizzes": "^0.9.9",
5252
"pdf-slideshow": "^0.1.4",
5353
"prismjs": "^1.17.1",
5454
"react": "^16.10.2",
@@ -60,6 +60,7 @@
6060
"react-motion": "^0.5.2",
6161
"react-redux": "^7.1.1",
6262
"react-scrollspy": "^3.4.0",
63+
"react-toastify": "^7.0.3",
6364
"react-use": "^13.21.0",
6465
"react-youtube": "^7.9.0",
6566
"recharts": "^1.8.4",

src/partials/ProgrammingExercise/ExtraDetails.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ const ExtraDetails = ({ exerciseDetails, onUpdate, nocoins, t }) => {
5858
<Typography>{t("solutionHowTo")}</Typography>
5959
</ExpansionPanelSummary>
6060
<ExpansionPanelDetails>
61-
<StyledTypography>
62-
{t("howSeeSolution")}
63-
</StyledTypography>
61+
<StyledTypography>{t("howSeeSolution")}</StyledTypography>
6462
</ExpansionPanelDetails>
6563
</ExpansionPanel>
6664
</div>

0 commit comments

Comments
 (0)