Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong char in rst questionare id will break aplus.json generation #124

Open
jykesaviaGNH opened this issue Dec 16, 2021 · 0 comments
Open
Labels
area: config Related to course configuration effort: hours The issue seems to be small and should be doable in hours or few days. experience: beginner required knowledge estimate requester: Tampere teacher The issue is raised by a teacher from Tampere University status: requires a priority using this label to flag that need EDIT decision ASAP type: bug This is a bug.

Comments

@jykesaviaGNH
Copy link

A course has a questionare definition in rst-format: .. questionare:: t1_4.7 A8 rst->html generation goes ok, but when course config url (aplus.json) is referenced in mooc-grader it will throw exception and there is 500 http error (whole course config is broken).

Changing the id to questionare:: t1_4_7 A8 fixes the problem, so the dot seems to be the triggering char.

Tested against mooc-grader v1.9

@markkuriekkinen markkuriekkinen added area: config Related to course configuration effort: hours The issue seems to be small and should be doable in hours or few days. experience: beginner required knowledge estimate requester: Tampere teacher The issue is raised by a teacher from Tampere University status: requires a priority using this label to flag that need EDIT decision ASAP type: bug This is a bug. labels Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: config Related to course configuration effort: hours The issue seems to be small and should be doable in hours or few days. experience: beginner required knowledge estimate requester: Tampere teacher The issue is raised by a teacher from Tampere University status: requires a priority using this label to flag that need EDIT decision ASAP type: bug This is a bug.
Projects
None yet
Development

No branches or pull requests

2 participants