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

Add validation of manually written exams #28

Open
dbosk opened this issue Jan 3, 2017 · 2 comments
Open

Add validation of manually written exams #28

dbosk opened this issue Jan 3, 2017 · 2 comments
Projects

Comments

@dbosk
Copy link
Owner

dbosk commented Jan 3, 2017

Occasionally one feels the inspiration flowing and one writes a full exam manually. To aid this work it would be nice to have a validation option which simply processes the questions of an exam and checks whether all ILOs are covered.

@dbosk
Copy link
Owner Author

dbosk commented Mar 2, 2017

This can be solved without any extras at the moment:

examgen -NCE -d the_exam.tex -t ILO1 ... ILOn > /dev/null

If you get an error, you'll know which ILO isn't covered or should not be included. No error means you're fine. However, this statement should be proved.

A slightly more relaxed version, ensures you haven't forgotten anything, is:

examgen -C -d the_exam.tex -t ILO1 ... ILOn > /dev/null

@dbosk
Copy link
Owner Author

dbosk commented Mar 2, 2017

We can add this claim and its proof to the documentation (Sect. 5 Usage examples).

@dbosk dbosk added this to the v4.0 milestone Mar 2, 2017
@dbosk dbosk changed the title Add validation option Add validation of manually written exams Mar 2, 2017
@dbosk dbosk modified the milestones: v4.0, v3.2 Mar 2, 2017
@dbosk dbosk removed this from the v4.1 milestone Aug 10, 2018
@dbosk dbosk added this to Improvements, to do later in Development Aug 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development
  
To do
Development

No branches or pull requests

1 participant