numbas / Numbas

A completely browser-based e-assessment/e-learning system, with an emphasis on mathematics
http://www.numbas.org.uk
Apache License 2.0
203 stars 118 forks source link

Steps with one part have no submit part button #586

Closed JoshuaCapel closed 5 years ago

JoshuaCapel commented 5 years ago

Unfortunately steps with only one part have no submit button. This means students have difficultly submitted these single steps.

I believe this a side effect of a recent commit that removed it from questions that only had one part.

https://github.com/numbas/Numbas/commit/e96ebcfd2d142cb6b16365375d4f35e98d4286e2

JoshuaCapel commented 5 years ago

I have made a pull request that should fix this issue: https://github.com/numbas/Numbas/pull/587/commits/a36402eac4a6cd6b57eee72a1a4a0b7ccb1f2ab7

christianp commented 5 years ago

Thanks for reporting this. I've written a slightly more robust query (I think) which fixes this, so I'll close your PR.