Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Merge pull request #69 from learningequality/release-v0.6.x
Browse files Browse the repository at this point in the history
Release v0.6.4
  • Loading branch information
rtibbles authored Apr 23, 2017
2 parents 83d4c23 + e34bc2c commit 1be197b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions kolibri_exercise_perseus_plugin/assets/src/views/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@
this.message = check.message;
} else if (!check.empty) {
const answerState = this.itemRenderer.getSerializedState();
const simpleAnswer = check.guess;
// We cannot reliably get simplified answers from Perseus, so don't try.
const simpleAnswer = '';
return {
correct: check.correct,
answerState,
Expand Down Expand Up @@ -357,7 +358,7 @@
padding: 15px
background-color: $core-bg-light
margin-top: 6px
overflow-x: auto
overflow-x: visible
#answer-area-wrap
position: relative
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def enable_log_to_stdout(logname):

setup(
name=dist_name,
version="0.6.3",
version="0.6.4",
description=description,
long_description="{readme}".format(
readme=readme,
Expand Down

0 comments on commit 1be197b

Please sign in to comment.