-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

serega wrote:
| Hello, great developers!

Greetings!

| Does anybody have finished quiz and/or feedback modules for Midgard/Aegir
| frameworks?

Take a look at NemeinQuiz. The repligard package is available
for download at http://devel.nemein.net/nightly/quiz.xml.gz

Some features:
~  * Web-based quiz creation
~  * Anonymous, user account-based or email account-based statistics
~  * Support for evaluating open text answers (for exams)
~  * Support for creating quizzes by importing excel files
etc.

Once you have the NemeinQuiz snippets included, create a rootlevel
topic called __NemeinQuiz to your sitegroup, and create an active
page with the following code:

code-init (or similar, pre-output element):
<?php

// Support for anonymous submission, add correct
// account information
if (!$midgard->user && $argv[0] != "edit") {
~  mgd_auth_midgard("quizuser","password",0);
~  $midgard = mgd_get_midgard();
}

$localize_save_nonexistent=0;

// Which language to use, currently localized to finnish and english
$nemein_net['language']="fi";

// Which group owns the __NemeinQuiz topic?
$nngroup = mgd_get_object_by_guid("0cdf5e872b7e32c93d75ad51c7208f77");

// Start the Quiz application
mgd_include_snippet("/NemeinQuiz/UI/URL-Parser");
?>

And page content:
<?php
mgd_include_snippet($nemeinquiz['header_snippet']);
mgd_include_snippet($nemeinquiz['content_snippet']);
?>

Then log into that website (you should use NemeinAuth
for that, or make the quiz make require auth), and go
to http://www.my.site/path/to/quiz/edit, and start
creating your first quiz :-)

Some comments from an organization using NemeinQuiz for
running exams:
~  http://www.nemein.com/en/news/pharmaceutical-info-elearning.html

/Bergie

- --
Henri Bergius                           [EMAIL PROTECTED]
Consultant Partner                      Tel: +358-20-198 6032
Nemein Oy                               http://www.nemein.com/

Nemein.Net -- Project tracking solution for consulting companies
http://www.nemein.com/en/nemeinnet/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE/qI9KNkT8k497k9IRAonhAJ9WXqN/em9tMygZpNmtTsVq48aopQCgrV+b
HdFbg2YKDvbkKmBaTqjnPhE=
=qyUW
-----END PGP SIGNATURE-----


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to