The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

mcp - pick multiple choice questions randomly

VERSION

version 0.005

SYNOPSIS

Store your multiple choice questions as yaml format. Generate an exam, by randomly picking questions from the yaml file.

EXAMPLES

Pick 20 entries from yaml and print them to html:

  mcp 20 myfile.yml > yourfile.html

Pick 5 questions from multiple files:

  mcp 5 *.yml > survey.html

See in the examples folder, for how to store multiple choice questions.

AUTHOR

Boris Däppen <bdaeppen.perl@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019 by Boris Däppen.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.