How to instal:

Go to /moodle/admin/tool/installaddon/index.php and drop this zip there.
This will override the current quiz plugin so don't do this on systems that want to use the normal quiz.








How to make the quiz:

This is very similar to a regular quiz, except a few minor details. The first quiz you make should be just there to add questions and links to the studying material. This quiz should not be made visible.

	1. Question type should be multiple choice multiple answer.

	2. All question names should be "[<project tag>][<competence name>]<question name>" (eg. [PSIVIM][Razumevanje zakaj je varovanje informacij pomembno]Vprašanje 1).

	3. Question scoring doesn't really matter aside from making correct answers give a positive score and a wrong answer a negative score.

	4. You also need to add a short answer type question which will be used to read the csv to get the learning type. The question name here should be "[CSV]<question name>" (eg. [CSV]PRST CSV).

	5. Links to the studying material are also made with a multiple choice multiple answer type. The name for those should be "[<project tag>][<competence name>][links]<description>" (eg. [PSIVIM][Razumevanje zakaj je varovanje informacij pomembno][links]Povezave za prvo kompetenco). The answers should be "[<learning type>]link" (eg. [VI]www.google.com) (learning types are "VI", "AV" and "KI"). Grading for these is not relevant.

The second quiz is the one that will be available for students. Here you just take the questions you made earlier from the database. You only take the questions you made in 2. and 4., you don't show the link question to students.