apluslms / a-plus-rst-tools

Tools to publish RST course content for mooc-grader and a-plus. Should be cloned as a course submodule.
MIT License
5 stars 23 forks source link

Questionnaire RST code validation for detecting the teacher's mistakes #113

Open atilante opened 3 years ago

atilante commented 3 years ago

This is a little idea for usability improvement. The Questionnaire directive could validate its input and prevent the human error below. Both the "Yes" and "No" options have identifier a.

  .. pick-one:: 1

    **Question 13.** If you answered **Yes** to Question 12, can you apply any
    such algorithm in practise (not necessarily in code)?

    *a. Yes
    *a. No

That is, the questionnaire directive could validate that:

markkuriekkinen commented 3 years ago

Thanks, these are very good ideas!