Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
RateXBlock
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
RateXBlock
Commits
e52780e0
Commit
e52780e0
authored
Jun 19, 2015
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Styling for edX platform, README
parent
c766feb5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
1 deletions
+20
-1
README.md
+19
-0
RateXBlock.png
+0
-0
rate/static/html/rate.html
+1
-1
No files found.
README.md
0 → 100644
View file @
e52780e0
RateXBlock
==========
This is a poor clone of Dropthought for use in Open edX. This doesn't
have all the analytics niceness, and the UX is less polished, but on
the upside:
*
It's nicely integrated
*
Data lives in the platform
As of the time this README is written, we still need to apply styling,
but for now, it looks like:

This can be placed anywhere in the courseware, and students can
provide feedback on those sections. With just a few database queries,
we can compile that feedback into useful insights. ;)
\ No newline at end of file
RateXBlock.png
0 → 100644
View file @
e52780e0
10.5 KB
rate/static/html/rate.html
View file @
e52780e0
<div
class=
"rate_block"
>
<div
class=
"rate_header"
>
{self.string_prompt}
</div>
<div
class=
"rate_string_input"
>
<textarea
class=
"rate_string_area"
rows=
"4"
cols=
"
5
0"
>
{self.user_feedback}
</textarea>
<textarea
class=
"rate_string_area"
rows=
"4"
cols=
"
3
0"
>
{self.user_feedback}
</textarea>
<div
class=
"rate_thank_you"
>
Thank you!
</div>
</div>
<div
class=
"rate_likert_header"
>
{self.likert_prompt}
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment