How to enable Course Reviews in Ginkgo ?

194 views
Skip to first unread message

Amine Roukh

unread,
Nov 14, 2017, 5:02:58 AM11/14/17
to General Open edX discussion
Hello everybody,

In ginkgo version of Openedx, the Coursetalk widget has been replaced by Course Review (see).

Unfortunately, the documentation is not up-to-date on how to activate this new feature.

I've tired:

./manage.py lms --settings=aws waffle_switch show_reviews_tool on --create
./manage.py lms --settings=aws waffle_flag show_reviews_tool --everyone --create 

without success.

Can anybody help with this ?
Thank you.

hr...@edx.org

unread,
Nov 27, 2017, 11:54:38 AM11/27/17
to General Open edX discussion
Hi Amine,

We are working to update the docs, but for the time being here are some notes that might assist you:

1) We are still using CourseTalk, we have just extended it to be more flexible to using a new reviews tool if an openedx instance does not want to use coursetalk.
2) In the file lms/envs/common.py you will see a COURSE_REVIEWS_TOOL_PROVIDER_FRAGMENT_NAME. This defines a template that is loaded into the reviews page when the page loads. The other settings (COURSE_TALK_READ_ONLY_SOURCE, COURSE_TALK_WRITE_ONLY_SOURCE) define the javascript imports needed to get the reviews widget working.
3) The course reviews tool in the course home sidebar shows up based off the is_enabled function in course_experience/[lugins.py CourseReviewsTool class.

Perhaps that can help - if it all works you should be able to see http://{your_local_env}/courses/course-v1:edX+DemoX+Demo_Course/course/reviews
Reply all
Reply to author
Forward
0 new messages