Commit e52780e0 by Piotr Mitros

Styling for edX platform, README

parent c766feb5
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:
![Screenshot of the RateXBlock](RateXBlock.png)
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
<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="50">{self.user_feedback}</textarea>
<textarea class="rate_string_area" rows="4" cols="30">{self.user_feedback}</textarea>
<div class="rate_thank_you">Thank you!</div>
</div>
<div class="rate_likert_header">{self.likert_prompt}</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment