openzim / openedx

Open edX (to zim) scraper
GNU General Public License v3.0
8 stars 7 forks source link

Missing submit button and automatic correction after self-assessment tick boxes #85

Closed Popolechien closed 4 years ago

Popolechien commented 4 years ago

In Topic 1 - Unit 1 - Self-evaluation it is possible to input some sort of self assessment via tick boxes and get standardized messages afterwards: Capture d’écran 2020-07-20 à 11 53 53

The submit button is entirely missing and the zim only offers a meek Warning : There is not automatic correction available for this problem. at the top of each section instead. Capture d’écran 2020-07-20 à 11 52 23

satyamtg commented 4 years ago

Its actually related to #27 as this info is inside hints, and the submit button is gone because the current scraping method for the problem xblock basically removes all buttons and replaces them with our own implementation (which relies on answers being present). I'm looking into ways of extracting hints for the problem xblock.