On Wed, 2003-11-05 at 13:33, Sergey N. Fefilatyev wrote: > Hello Henri, > > Thanks! I will build it into my site. Because of successful answer i > will ask again - may be you know place where different modules for > Midgard/Aegir are placed? Also important for me is user management > integration with LDAP. Does anybody have experience in this field? Take a look at contrib/Addon/External_Updater
feel free to come with patches th > > HB> -----BEGIN PGP SIGNED MESSAGE----- > HB> Hash: SHA1 > > HB> serega wrote: > HB> | Hello, great developers! > > HB> Greetings! > > HB> | Does anybody have finished quiz and/or feedback modules for Midgard/Aegir > HB> | frameworks? > > HB> Take a look at NemeinQuiz. The repligard package is available > HB> for download at http://devel.nemein.net/nightly/quiz.xml.gz > > HB> Some features: > HB> ~ * Web-based quiz creation > HB> ~ * Anonymous, user account-based or email account-based statistics > HB> ~ * Support for evaluating open text answers (for exams) > HB> ~ * Support for creating quizzes by importing excel files > HB> etc. > > HB> Once you have the NemeinQuiz snippets included, create a rootlevel > HB> topic called __NemeinQuiz to your sitegroup, and create an active > HB> page with the following code: > > HB> code-init (or similar, pre-output element): > HB> <?php > > HB> // Support for anonymous submission, add correct > HB> // account information > if (!$midgard->>user && $argv[0] != "edit") { > HB> ~ mgd_auth_midgard("quizuser","password",0); > HB> ~ $midgard = mgd_get_midgard(); > HB> } > > HB> $localize_save_nonexistent=0; > > HB> // Which language to use, currently localized to finnish and english > HB> $nemein_net['language']="fi"; > > HB> // Which group owns the __NemeinQuiz topic? > HB> $nngroup = mgd_get_object_by_guid("0cdf5e872b7e32c93d75ad51c7208f77"); > > HB> // Start the Quiz application > HB> mgd_include_snippet("/NemeinQuiz/UI/URL-Parser"); > ?>> > > HB> And page content: > HB> <?php > HB> mgd_include_snippet($nemeinquiz['header_snippet']); > HB> mgd_include_snippet($nemeinquiz['content_snippet']); > ?>> > > HB> Then log into that website (you should use NemeinAuth > HB> for that, or make the quiz make require auth), and go > HB> to http://www.my.site/path/to/quiz/edit, and start > HB> creating your first quiz :-) > > HB> Some comments from an organization using NemeinQuiz for > HB> running exams: > HB> ~ http://www.nemein.com/en/news/pharmaceutical-info-elearning.html > > HB> /Bergie > > HB> - -- > HB> Henri Bergius [EMAIL PROTECTED] > HB> Consultant Partner Tel: +358-20-198 6032 > HB> Nemein Oy http://www.nemein.com/ > > HB> Nemein.Net -- Project tracking solution for consulting companies > HB> http://www.nemein.com/en/nemeinnet/ > HB> -----BEGIN PGP SIGNATURE----- > HB> Version: GnuPG v1.0.7 (GNU/Linux) > HB> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > HB> iD8DBQE/qI9KNkT8k497k9IRAonhAJ9WXqN/em9tMygZpNmtTsVq48aopQCgrV+b > HB> HdFbg2YKDvbkKmBaTqjnPhE= > HB> =qyUW > HB> -----END PGP SIGNATURE----- > > > HB> --------------------------------------------------------------------- > HB> To unsubscribe, e-mail: [EMAIL PROTECTED] > HB> For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
