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 On Tuesday, November 14, 2017 at 5:02:58 AM UTC-5, Amine Roukh wrote: > > Hello everybody, > > In ginkgo version of Openedx, the Coursetalk widget has been replaced by > Course Review (see <https://github.com/edx/edx-platform/pull/15355>). > > 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. > -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/c3cb2feb-4a70-4a0b-a96d-9815c368a776%40googlegroups.com.
