WikiEducationFoundation / WikiEduDashboard

Wiki Education Foundation's Wikipedia course dashboard system
https://dashboard.wikiedu.org
MIT License
385 stars 601 forks source link

On-wiki training slide with quiz doesn't include complete question prompt #5823

Open ragesoss opened 2 weeks ago

ragesoss commented 2 weeks ago

Here's a quiz slide: https://outreachdashboard.wmflabs.org/training/editing-wikipedia/plagiarism/close-paraphrasing-quiz

The wiki source page includes a quoted passage which does not show up on the Dashboard: https://meta.wikimedia.org/wiki/Training_modules/dashboard/slides/11511-close-paraphrasing-quiz

This may be a bug in WikiSlideParser, or somewhere else along the path to loading training content from a wiki page.

ragesoss commented 2 weeks ago

@omChauhanDev would you like to take a look at this?

omChauhanDev commented 2 weeks ago

yes, I will surely dive into this. Just few things left in a commit i am currently working on after that i will try to fix this.

omChauhanDev commented 2 weeks ago

Sir, using 'rails console' i tried parsing that "wiki_page of quiz slide" with the help of our wiki_slide_parser :

image

Then after seeing the parsed content i figured out that "passage" is not parsed by our wiki_slide_parser, as clearly visible in the image below :

image