diff --git a/README.md b/README.md index 263a9d8..0cb691a 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,5 @@ It installs on any Open edX install same as any other xblock: pip install -e git+https://github.com/pmitros/FeedbackXBlock.git#egg=rate==0.0 -From there, add 'feedback' to your list of advanced modules, and you're +From there, add "feedback" to your list of advanced modules, and you're good to go. diff --git a/feedback/feedback.py b/feedback/feedback.py index a3603c1..cd11a45 100644 --- a/feedback/feedback.py +++ b/feedback/feedback.py @@ -23,7 +23,7 @@ "lessons learned, as well as key gaps in our presentation." DEFAULT_PLACEHOLDER = "Take a little bit of time to reflect here. " \ "Research shows that a meaningful synthesis will help " \ - "you better understand and remember material from this" \ + "you better understand and remember material from this " \ "course." DEFAULT_ICON = "face" DEFAULT_SCALETEXT = ["Excellent", "Good", "Average", "Fair", "Poor"] diff --git a/feedback/static/html/studio_view.html b/feedback/static/html/studio_view.html index d6c2923..5834804 100644 --- a/feedback/static/html/studio_view.html +++ b/feedback/static/html/studio_view.html @@ -33,8 +33,8 @@
We can either show happy/sad faces, or numbers 1-5.