moodleQuizDownloader 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,53 @@
1
+ require 'mechanize'
2
+ require_relative '../../lib/moodleQuizDownloader/moodle_parser.rb'
3
+ include MoodleParser
4
+
5
+ describe "moodle parsing with mechanize" do
6
+ def html_dir
7
+ html_dir = File.dirname(__FILE__)
8
+ end
9
+ it "selectReviewLinks should collect review links" do
10
+ agent = Mechanize.new
11
+ # test file is based on
12
+ # http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview
13
+ # names replaced to anonymize
14
+
15
+ page = agent.get("file:///#{html_dir}/exam-overview-moodle-ss2013.html")
16
+
17
+ attempts = selectReviewLinks(page)
18
+
19
+ attempts.size.should == 7
20
+ link = attempts.first
21
+ link.href.should == "http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236"
22
+ end
23
+
24
+ it "should extract the student name from a page WITH profile pic" do
25
+ agent = Mechanize.new
26
+ page = agent.get("file:///#{html_dir}/review-page-nutzerbild.html")
27
+ name = extractUserName(page)
28
+ name.should == "Teo Teststudent"
29
+ end
30
+ it "should extract the student name from a page with a profile subtitle" do
31
+ agent = Mechanize.new
32
+ page = agent.get("file:///#{html_dir}/review-page-nutzerbild.html")
33
+ name = extractUserName(page)
34
+ name.should == "Teo Teststudent"
35
+ end
36
+
37
+ describe "attempt list" do
38
+ it "should extract a list of attempts from the overview page" do
39
+ agent = Mechanize.new
40
+ page = agent.get("file:///#{html_dir}/exam-overview-moodle-ss2013.html")
41
+ attempt_list = extract_attempt_list(page)
42
+ #i = 2
43
+ #student_name = page.at("//*[@id=\"attempts\"]/tr[#{i}]/td[3]/a[1]").text
44
+ #attempt_url = page.at("//*[@id=\"attempts\"]/tr[#{i}]/td[3]/a[2]").attributes["href"].value
45
+ attempt_list.size.should == 7
46
+ student_name, attempt_url = attempt_list.first
47
+ student_name.should == "Gustav Gans"
48
+ attempt_url.should == "http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236"
49
+ end
50
+ end
51
+
52
+
53
+ end
@@ -0,0 +1,278 @@
1
+
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ <html dir="ltr" lang="de" xml:lang="de" xmlns="http://www.w3.org/1999/xhtml">
4
+ <head>
5
+ <title>TestExam</title>
6
+ <link rel="shortcut icon" href="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=favicon&amp;rev=551&amp;component=theme" />
7
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <meta name="keywords" content="moodle, TestExam" />
9
+ <link rel="stylesheet" type="text/css" href="http://moodle2.htw-berlin.de/moodle/theme/yui_combo.php?3.4.1/build/cssreset/reset-min.css&amp;3.4.1/build/cssfonts/fonts-min.css&amp;3.4.1/build/cssgrids/grids-min.css&amp;3.4.1/build/cssbase/base-min.css" /><script type="text/javascript" src="http://moodle2.htw-berlin.de/moodle/lib/yui/3.4.1/build/yui/yui-min.js"></script><script type="text/javascript" src="http://moodle2.htw-berlin.de/moodle/theme/yui_combo.php?2.9.0/build/yahoo-dom-event/yahoo-dom-event.js&amp;2.9.0/build/connection/connection-min.js"></script>
10
+ <link rel="stylesheet" type="text/css" href="http://moodle2.htw-berlin.de/moodle/theme/yui_combo.php?2.9.0/build/assets/skins/sam/skin.css" />
11
+ <script id="firstthemesheet" type="text/css">/** Required in order to fix style inclusion problems in IE with YUI **/</script><link rel="stylesheet" type="text/css" href="http://moodle2.htw-berlin.de/moodle/theme/styles.php?theme=htw&amp;rev=551" />
12
+ <script type="text/javascript">
13
+ //<![CDATA[
14
+ var M = {}; M.yui = {}; var moodleConfigFn = function(me) {var p = me.path, b = me.name.replace(/^moodle-/,'').split('-', 3), n = b.pop();if (/(skin|core)/.test(n)) {n = b.pop();me.type = 'css';};me.path = b.join('-')+'/'+n+'/'+n+'.'+me.type;}; var galleryConfigFn = function(me) {var p = me.path,v=M.yui.galleryversion,f;if(/-(skin|core)/.test(me.name)) {me.type = 'css';p = p.replace(/-(skin|core)/, '').replace(/\.js/, '.css').split('/'), f = p.pop().replace(/(\-(min|debug))/, '');if (/-skin/.test(me.name)) {p.splice(p.length,0,v,'assets','skins','sam', f);} else {p.splice(p.length,0,v,'assets', f);};} else {p = p.split('/'), f = p.pop();p.splice(p.length,0,v, f);};me.path = p.join('/');};
15
+ M.yui.loader = {"base":"http:\/\/moodle2.htw-berlin.de\/moodle\/lib\/yui\/3.4.1\/build\/","comboBase":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?","combine":true,"filter":"","insertBefore":"firstthemesheet","modules":{"yui2-event":{"type":"js","requires":["yui2-yahoo"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/event\/event-min.js"},"yui2-animation":{"type":"js","requires":["yui2-dom","yui2-event"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/animation\/animation-min.js"},"yui2-swfstore":{"type":"js","requires":["yui2-element","yui2-cookie","yui2-swf"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/swfstore\/swfstore-min.js"},"yui2-datatable":{"requires":["yui2-element","yui2-datasource"],"type":"js","optional":["yui2-calendar","yui2-dragdrop","yui2-paginator"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/datatable\/datatable-min.js"},"yui2-swfdetect":{"type":"js","requires":["yui2-yahoo"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/swfdetect\/swfdetect-min.js"},"yui2-menu":{"requires":["yui2-containercore"],"type":"js","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/menu\/menu-min.js"},"yui2-treeview":{"requires":["yui2-event","yui2-dom"],"type":"js","optional":["yui2-json","yui2-animation","yui2-calendar"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/treeview\/treeview-min.js"},"yui2-get":{"type":"js","requires":["yui2-yahoo"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/get\/get-min.js"},"yui2-progressbar":{"requires":["yui2-element"],"type":"js","optional":["yui2-animation"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/progressbar\/progressbar-min.js"},"yui2-uploader":{"type":"js","requires":["yui2-element"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/uploader\/uploader-min.js"},"yui2-datasource":{"requires":["yui2-event"],"type":"js","optional":["yui2-connection"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/datasource\/datasource-min.js"},"yui2-profiler":{"type":"js","requires":["yui2-yahoo"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/profiler\/profiler-min.js"},"yui2-connection":{"supersedes":["yui2-connectioncore"],"requires":["yui2-event"],"type":"js","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/connection\/connection-min.js"},"yui2-json":{"type":"js","requires":["yui2-yahoo"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/json\/json-min.js"},"yui2-datemath":{"type":"js","requires":["yui2-yahoo"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/datemath\/datemath-min.js"},"yui2-calendar":{"supersedes":["yui2-datemath"],"requires":["yui2-event","yui2-dom"],"type":"js","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/calendar\/calendar-min.js"},"yui2-simpleeditor":{"requires":["yui2-element"],"type":"js","optional":["yui2-containercore","yui2-menu","yui2-button","yui2-animation","yui2-dragdrop"],"pkg":"editor","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/editor\/simpleeditor-min.js"},"yui2-swf":{"supersedes":["yui2-swfdetect"],"requires":["yui2-element"],"type":"js","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/swf\/swf-min.js"},"yui2-event-simulate":{"type":"js","requires":["yui2-event"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/event-simulate\/event-simulate-min.js"},"yui2-yuiloader-dom-event":{"supersedes":["yui2-yahoo","yui2-dom","yui2-event","yui2-get","yui2-yuiloader","yui2-yahoo-dom-event"],"rollup":5,"type":"js","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/yuiloader-dom-event\/yuiloader-dom-event.js"},"yui2-storage":{"requires":["yui2-yahoo","yui2-event","yui2-cookie"],"type":"js","optional":["yui2-swfstore"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/storage\/storage-min.js"},"yui2-container":{"supersedes":["yui2-containercore"],"requires":["yui2-dom","yui2-event"],"type":"js","optional":["yui2-dragdrop","yui2-animation","yui2-connection"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/container\/container-min.js"},"yui2-profilerviewer":{"requires":["yui2-profiler","yui2-yuiloader","yui2-element"],"type":"js","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/profilerviewer\/profilerviewer-min.js"},"yui2-imagecropper":{"requires":["yui2-dragdrop","yui2-element","yui2-resize"],"type":"js","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/imagecropper\/imagecropper-min.js"},"yui2-paginator":{"requires":["yui2-element"],"type":"js","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/paginator\/paginator-min.js"},"yui2-tabview":{"requires":["yui2-element"],"type":"js","optional":["yui2-connection"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/tabview\/tabview-min.js"},"yui2-layout":{"requires":["yui2-element"],"type":"js","optional":["yui2-animation","yui2-dragdrop","yui2-resize","yui2-selector"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/layout\/layout-min.js"},"yui2-imageloader":{"type":"js","requires":["yui2-event","yui2-dom"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/imageloader\/imageloader-min.js"},"yui2-containercore":{"requires":["yui2-dom","yui2-event"],"type":"js","pkg":"container","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/container\/container_core-min.js"},"yui2-event-mouseenter":{"type":"js","requires":["yui2-dom","yui2-event"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/event-mouseenter\/event-mouseenter-min.js"},"yui2-logger":{"requires":["yui2-event","yui2-dom"],"type":"js","optional":["yui2-dragdrop"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/logger\/logger-min.js"},"yui2-cookie":{"type":"js","requires":["yui2-yahoo"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/cookie\/cookie-min.js"},"yui2-stylesheet":{"type":"js","requires":["yui2-yahoo"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/stylesheet\/stylesheet-min.js"},"yui2-connectioncore":{"requires":["yui2-event"],"type":"js","pkg":"connection","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/connection\/connection_core-min.js"},"yui2-utilities":{"supersedes":["yui2-yahoo","yui2-event","yui2-dragdrop","yui2-animation","yui2-dom","yui2-connection","yui2-element","yui2-yahoo-dom-event","yui2-get","yui2-yuiloader","yui2-yuiloader-dom-event"],"rollup":8,"type":"js","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/utilities\/utilities.js"},"yui2-dragdrop":{"type":"js","requires":["yui2-dom","yui2-event"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/dragdrop\/dragdrop-min.js"},"yui2-colorpicker":{"requires":["yui2-slider","yui2-element"],"type":"js","optional":["yui2-animation"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/colorpicker\/colorpicker-min.js"},"yui2-event-delegate":{"requires":["yui2-event"],"type":"js","optional":["yui2-selector"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/event-delegate\/event-delegate-min.js"},"yui2-yuiloader":{"type":"js","supersedes":["yui2-yahoo","yui2-get"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/yuiloader\/yuiloader-min.js"},"yui2-button":{"requires":["yui2-element"],"type":"js","optional":["yui2-menu"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/button\/button-min.js"},"yui2-resize":{"requires":["yui2-dragdrop","yui2-element"],"type":"js","optional":["yui2-animation"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/resize\/resize-min.js"},"yui2-element":{"requires":["yui2-dom","yui2-event"],"type":"js","optional":["yui2-event-mouseenter","yui2-event-delegate"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/element\/element-min.js"},"yui2-history":{"type":"js","requires":["yui2-event"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/history\/history-min.js"},"yui2-yahoo":{"type":"js","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/yahoo\/yahoo-min.js"},"yui2-element-delegate":{"type":"js","requires":["yui2-element"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/element-delegate\/element-delegate-min.js"},"yui2-charts":{"type":"js","requires":["yui2-element","yui2-json","yui2-datasource","yui2-swf"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/charts\/charts-min.js"},"yui2-slider":{"requires":["yui2-dragdrop"],"type":"js","optional":["yui2-animation"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/slider\/slider-min.js"},"yui2-selector":{"type":"js","requires":["yui2-yahoo","yui2-dom"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/selector\/selector-min.js"},"yui2-yuitest":{"requires":["yui2-logger"],"type":"js","optional":["yui2-event-simulate"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/yuitest\/yuitest-min.js"},"yui2-carousel":{"requires":["yui2-element"],"type":"js","optional":["yui2-animation"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/carousel\/carousel-min.js"},"yui2-autocomplete":{"requires":["yui2-dom","yui2-event","yui2-datasource"],"type":"js","optional":["yui2-connection","yui2-animation"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/autocomplete\/autocomplete-min.js"},"yui2-yahoo-dom-event":{"supersedes":["yui2-yahoo","yui2-event","yui2-dom"],"rollup":3,"type":"js","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/yahoo-dom-event\/yahoo-dom-event.js"},"yui2-dom":{"type":"js","requires":["yui2-yahoo"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/dom\/dom-min.js"},"yui2-editor":{"supersedes":["yui2-simpleeditor"],"requires":["yui2-menu","yui2-element","yui2-button"],"type":"js","optional":["yui2-animation","yui2-dragdrop"],"fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?2.9.0\/build\/editor\/editor-min.js"},"core_filepicker":{"name":"core_filepicker","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/lib\/javascript.php?file=%2Frepository%2Ffilepicker.js&rev=544","requires":["base","node","node-event-simulate","json","async-queue","io-base","io-upload-iframe","io-form","yui2-button","yui2-container","yui2-layout","yui2-menu","yui2-treeview","yui2-dragdrop","yui2-cookie"]},"core_dock":{"name":"core_dock","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/lib\/javascript.php?file=%2Fblocks%2Fdock.js&rev=544","requires":["base","node","event-custom","event-mouseenter","event-resize"]},"core_question_flags":{"name":"core_question_flags","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/lib\/javascript.php?file=%2Fquestion%2Fflags.js&rev=544","requires":["base","dom","event-delegate","io-base"]},"core_question_engine":{"name":"core_question_engine","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/lib\/javascript.php?file=%2Fquestion%2Fqengine.js&rev=544","requires":["node","event"]},"mod_quiz":{"name":"mod_quiz","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/lib\/javascript.php?file=%2Fmod%2Fquiz%2Fmodule.js&rev=544","requires":["base","dom","event-delegate","event-key","core_question_engine"]}},"groups":{"moodle":{"name":"moodle","base":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?moodle\/544\/","comboBase":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?","combine":true,"filter":"","ext":false,"root":"moodle\/544\/","patterns":{"moodle-":{"group":"moodle","configFn":moodleConfigFn},"root":"moodle"}},"local":{"name":"gallery","base":"http:\/\/moodle2.htw-berlin.de\/moodle\/lib\/yui\/gallery\/","comboBase":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?","combine":true,"filter":"","ext":false,"root":"gallery\/","patterns":{"gallery-":{"group":"gallery","configFn":galleryConfigFn},"root":"gallery"}}}};
16
+ M.cfg = {"wwwroot":"http:\/\/moodle2.htw-berlin.de\/moodle","sesskey":"9bv8BoLhyd","loadingicon":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/image.php?theme=htw&image=i%2Floading_small&rev=551","themerev":"551","theme":"htw","jsrev":"544"};
17
+ //]]>
18
+ </script>
19
+ <script type="text/javascript" src="http://moodle2.htw-berlin.de/moodle/lib/javascript.php?file=%2Flib%2Fjavascript-static.js&amp;rev=544"></script>
20
+ <script type="text/javascript" src="http://moodle2.htw-berlin.de/moodle/theme/javascript.php?theme=htw&amp;rev=551&amp;type=head"></script>
21
+ </head>
22
+ <body id="page-mod-quiz-review" class=" path-mod path-mod-quiz safari dir-ltr lang-de yui-skin-sam yui3-skin-sam moodle2-htw-berlin-de--moodle pagelayout-incourse course-67 context-7187 cmid-3886 category-2 editing ">
23
+ <div class="skiplinks"><a class="skip" href="#maincontent">Zum Hauptinhalt</a></div>
24
+ <script type="text/javascript">
25
+ //<![CDATA[
26
+ document.body.className += ' jsenabled';
27
+ //]]>
28
+ </script>
29
+
30
+
31
+ <a href="http://www.htw-berlin.de"><img src="http://htw-berlin.de/bilder/logo.png" alt="HTW Logo"></img></a><div id="page">
32
+ <div id="page-header">
33
+ <h1 class="headermain">IMI-B: RubyOnRails-BK-SoSe 2012</h1>
34
+ <div class="headermenu"><div class="logininfo">Sie sind angemeldet als <a href="http://moodle2.htw-berlin.de/moodle/user/profile.php?id=100">Barbara Kleinen</a> (<a href="http://moodle2.htw-berlin.de/moodle/login/logout.php?sesskey=9bv8BoLhyd">Logout</a>)</div></div> <div class="navbar clearfix">
35
+ <div class="breadcrumb"><span class="accesshide">Seitenpfad</span><ul><li><a title="Startseite" href="http://moodle2.htw-berlin.de/moodle/">Startseite</a></li><li> <span class="accesshide " ><span class="arrow_text">/</span>&nbsp;</span><span class="arrow sep">&#x25B6;</span> <span tabindex="0">Meine Kurse</span></li><li> <span class="accesshide " ><span class="arrow_text">/</span>&nbsp;</span><span class="arrow sep">&#x25B6;</span> <a title="IMI-B: RubyOnRails-BK-SoSe 2012" href="http://moodle2.htw-berlin.de/moodle/course/view.php?id=67">IMI-B: Rails-SoSe12</a></li><li> <span class="accesshide " ><span class="arrow_text">/</span>&nbsp;</span><span class="arrow sep">&#x25B6;</span> <span tabindex="0">Exam</span></li><li> <span class="accesshide " ><span class="arrow_text">/</span>&nbsp;</span><span class="arrow sep">&#x25B6;</span> <a title="Test" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/view.php?id=1006">TestExam</a></li></ul></div>
36
+ <div class="navbutton"> </div>
37
+ </div>
38
+ </div>
39
+ <!-- END OF HEADER -->
40
+
41
+ <div id="page-content">
42
+ <div id="region-main-box">
43
+ <div id="region-post-box">
44
+
45
+ <div id="region-main-wrap">
46
+ <div id="region-main">
47
+ <div class="region-content">
48
+ <span id="maincontent"></span><table class="generaltable generalbox quizreviewsummary"><tbody><tr><th class="cell" scope="row"><a href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=100&amp;course=67"><img src="http://moodle2.htw-berlin.de/moodle/pluginfile.php/0000/user/icon/htw/f2" alt="Nutzerbild Teo Teststudent" title="Nutzerbild Teo Teststudent" class="userpicture" width="35" height="35" /></a></th><td class="cell"><a href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=100&amp;course=67">Teo Teststudent</a></td></tr><tr><th class="cell" scope="row">Begonnen am</th><td class="cell">Freitag, 6. Juli 2012, 17:53</td></tr><tr><th class="cell" scope="row">Beendet am</th><td class="cell">Freitag, 6. Juli 2012, 17:53</td></tr><tr><th class="cell" scope="row">Verbrauchte Zeit</th><td class="cell">14 Sekunden</td></tr><tr><th class="cell" scope="row">Punkte</th><td class="cell">1,00/1,00</td></tr><tr><th class="cell" scope="row">Bewertung</th><td class="cell"><b>100,00</b> von maximal 100,00</td></tr></tbody></table><div id="q1" class="que description informationitem complete"><div class="info"><h2 class="no">Information</h2><div class="state"></div><div class="questionflag"><img src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Funflagged&amp;rev=551" alt="nicht markiert" /></div>
49
+ <div class="editquestion"><a href="http://moodle2.htw-berlin.de/moodle/question/question.php?cmid=1006&amp;returnurl=%2Fmod%2Fquiz%2Freview.php%3Fattempt%3D1514%26showall%3D1%23&amp;id=1008"><img alt="Bearbeiten" class="smallicon" title="Bearbeiten" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fedit&amp;rev=551" />Frage bearbeiten</a></div></div><div class="content"><div class="formulation"><h3 class="accesshide">Informationstext</h3><input type="hidden" name="q2163:1_:sequencecheck" value="3" /><div class="qtext"><div>Sie dürfen zwei handbeschriebene oder gedruckte Blätter (ja, 4 Seiten) verwenden, sowie ein leeres Blatt und Stift um sich zwischendurch Notizen zu machen.</div>
50
+ <div></div>
51
+ <div>Sie können die Fragen in einer beliebigen Reihenfolge bearbeiten, die Navigation zeigt ihnen an, welche Fragen bereits beantwortet sind.</div>
52
+ <div></div>
53
+ <div>Abschreiben/"klicken" von anderen und jede Form der Kommunikation mit anderen Personen in und ausserhalb des Raums, sowie das Verwenden anderer Hilfsmittel wird als Betrugsversuch gewertet, d.h. sie erhalten 0 Punkte und müssen den Raum verlassen.</div>
54
+ <div></div>
55
+ <div>In dieser Klausur können Sie insgesamt <span class="totalpoints">74,00</span> Punkte erreichen.</div>
56
+ <div>Um zu bestehen, müssen Sie mindestens 36 Punkte erreichen.</div>
57
+ <div>Viel Erfolg!</div></div></div><div class="history"><h3 class="responsehistoryheader">Antworten-Rückblick</h3><div class="responsehistoryheader"><table class="generaltable">
58
+ <thead>
59
+ <tr>
60
+ <th class="header c0" style="" scope="col">Schritt</th>
61
+ <th class="header c1" style="" scope="col">Zeit</th>
62
+ <th class="header c2" style="" scope="col">Aktion</th>
63
+ <th class="header c3 lastcol" style="" scope="col">Status</th>
64
+ </tr>
65
+ </thead>
66
+ <tbody><tr class="r0">
67
+ <td class="cell c0" style=""><a title="Antworten einsehen" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=1514&amp;slot=1&amp;step=0" id="action_link4ff722964b34e4">1</a></td>
68
+ <td class="cell c1" style="">6.07.2012 17:53</td>
69
+ <td class="cell c2" style="">Begonnen</td>
70
+ <td class="cell c3 lastcol" style=""></td>
71
+ </tr>
72
+ <tr class="r1">
73
+ <td class="cell c0" style=""><a title="Antworten einsehen" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=1514&amp;slot=1&amp;step=1" id="action_link4ff722964b34e5">2</a></td>
74
+ <td class="cell c1" style="">6.07.2012 17:53</td>
75
+ <td class="cell c2" style="">Gesehen</td>
76
+ <td class="cell c3 lastcol" style=""></td>
77
+ </tr>
78
+ <tr class="current r0 lastrow">
79
+ <td class="cell c0" style="">3</td>
80
+ <td class="cell c1" style="">6.07.2012 17:53</td>
81
+ <td class="cell c2" style="">Versuch beendet</td>
82
+ <td class="cell c3 lastcol" style=""></td>
83
+ </tr>
84
+ </tbody>
85
+ </table>
86
+ </div></div></div></div><div id="q2" class="que truefalse deferredfeedback correct"><div class="info"><h2 class="no">Frage <span class="qno">1</span></h2><div class="state">Richtig</div><div class="grade">Erreichte Punkte 1,00 von 1,00</div><div class="questionflag"><img src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Funflagged&amp;rev=551" alt="nicht markiert" /></div>
87
+ <div class="editquestion"><a href="http://moodle2.htw-berlin.de/moodle/question/question.php?cmid=1006&amp;returnurl=%2Fmod%2Fquiz%2Freview.php%3Fattempt%3D1514%26showall%3D1%23q2&amp;id=1009"><img alt="Bearbeiten" class="smallicon" title="Bearbeiten" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fedit&amp;rev=551" />Frage bearbeiten</a></div></div><div class="content"><div class="formulation"><h3 class="accesshide">Fragetext</h3><input type="hidden" name="q2163:2_:sequencecheck" value="3" /><div class="qtext"><p>ist nil true or false?</p></div><div class="ablock"><div class="prompt">Eine auswählen:</div><div class="answer"><div class="r0"><input type="radio" name="q2163:2_answer" value="1" id="q2163:2_answertrue" disabled="disabled" /><label for="q2163:2_answertrue">Wahr</label> </div><div class="r1 correct"><input type="radio" name="q2163:2_answer" value="0" id="q2163:2_answerfalse" disabled="disabled" checked="checked" /><label for="q2163:2_answerfalse">Falsch</label> <img src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Ftick_green_big&amp;rev=551" alt="Richtig" class="questioncorrectnessicon" /></div></div></div></div><div class="outcome"><h3 class="accesshide">Feedback</h3><div class="feedback"><div class="rightanswer">Die richtige Antwort ist 'Falsch'</div></div></div><div class="comment"><h3 class="accesshide">Kommentare</h3><div class="commentlink"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/comment.php?attempt=1514&amp;slot=2" id="action_link4ff722964b34e6">Kommentieren oder Punkte überschreiben</a></div></div><div class="history"><h3 class="responsehistoryheader">Antworten-Rückblick</h3><div class="responsehistoryheader"><table class="generaltable">
88
+ <thead>
89
+ <tr>
90
+ <th class="header c0" style="" scope="col">Schritt</th>
91
+ <th class="header c1" style="" scope="col">Zeit</th>
92
+ <th class="header c2" style="" scope="col">Aktion</th>
93
+ <th class="header c3" style="" scope="col">Status</th>
94
+ <th class="header c4 lastcol" style="" scope="col">Punkte</th>
95
+ </tr>
96
+ </thead>
97
+ <tbody><tr class="r0">
98
+ <td class="cell c0" style=""><a title="Antworten einsehen" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=1514&amp;slot=2&amp;step=0" id="action_link4ff722964b34e7">1</a></td>
99
+ <td class="cell c1" style="">6.07.2012 17:53</td>
100
+ <td class="cell c2" style="">Begonnen</td>
101
+ <td class="cell c3" style="">Bisher nicht beantwortet</td>
102
+ <td class="cell c4 lastcol" style=""></td>
103
+ </tr>
104
+ <tr class="r1">
105
+ <td class="cell c0" style=""><a title="Antworten einsehen" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=1514&amp;slot=2&amp;step=1" id="action_link4ff722964b34e8">2</a></td>
106
+ <td class="cell c1" style="">6.07.2012 17:53</td>
107
+ <td class="cell c2" style="">Gespeichert: Falsch</td>
108
+ <td class="cell c3" style="">Antwort gespeichert</td>
109
+ <td class="cell c4 lastcol" style=""></td>
110
+ </tr>
111
+ <tr class="current r0 lastrow">
112
+ <td class="cell c0" style="">3</td>
113
+ <td class="cell c1" style="">6.07.2012 17:53</td>
114
+ <td class="cell c2" style="">Versuch beendet</td>
115
+ <td class="cell c3" style="">Richtig</td>
116
+ <td class="cell c4 lastcol" style="">1,00</td>
117
+ </tr>
118
+ </tbody>
119
+ </table>
120
+ </div></div></div></div><div class="submitbtns"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/view.php?id=1006">Überprüfung beenden</a></div> </div>
121
+ </div>
122
+ </div>
123
+
124
+ <div id="region-pre" class="block-region">
125
+ <div class="region-content">
126
+ <a href="#sb-1" class="skip-block">Test-Navigation überspringen</a><div class="block" id="mod_quiz_navblock"><div class="header"><div class="title"><div class="block_action"></div><h2>Test-Navigation</h2></div></div><div class="content"><div class="qn_buttons"><a class="qnbutton complete thispage" id="quiznavbutton1" title="angesehen" href="#"><span class="thispageholder"></span><span class="trafficlight"></span><span class="accesshide">Information </span>i<span class="accesshide"> Diese Seite <span class="flagstate"></span></span></a><a class="qnbutton correct" id="quiznavbutton2" title="Richtig" href="#q2"><span class="thispageholder"></span><span class="trafficlight"></span><span class="accesshide">Frage </span>1<span class="accesshide"> <span class="flagstate"></span></span></a></div><div class="othernav"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=1514">Seiten einzeln anzeigen</a><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/view.php?id=1006">Überprüfung beenden</a></div></div></div><span id="sb-1" class="skip-block-to"></span><a href="#sb-2" class="skip-block">Navigation überspringen</a><div id="inst4" class="block_navigation block block_with_controls"><div class="header"><div class="title"><div class="block_action"></div><h2>Navigation</h2><div class="commands"><a class="icon" title="Verschieben" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=1514&amp;showall=1&amp;sesskey=9bv8BoLhyd&amp;bui_moveid=4"><img src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=t%2Fmove&amp;rev=551" alt="Verschieben" /></a><a class="icon" title="Konfiguration" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=1514&amp;showall=1&amp;sesskey=9bv8BoLhyd&amp;bui_editid=4"><img src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=t%2Fedit&amp;rev=551" alt="Konfiguration" /></a></div></div></div><div class="content"><ul class="block_tree list"><li class="type_unknown depth_1 contains_branch"><p class="tree_item branch navigation_node"><a title="Startseite" href="http://moodle2.htw-berlin.de/moodle/">Startseite</a></p><ul><li class="type_setting depth_2 item_with_icon"><p class="tree_item leaf hasicon"><a title="Meine Startseite" href="http://moodle2.htw-berlin.de/moodle/my/"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Meine Startseite</a></p></li>
127
+ <li class="type_course depth_2 collapsed contains_branch"><p class="tree_item branch"><span title="Moodle2 @ HTW Berlin" tabindex="0">Website</span></p><ul><li class="type_custom depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="Blogs der Website" href="http://moodle2.htw-berlin.de/moodle/blog/index.php?courseid=0"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Blogs der Website</a></p></li>
128
+ <li class="type_custom depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="Anmerkungen" href="http://moodle2.htw-berlin.de/moodle/notes/index.php?filtertype=course&amp;filterselect=0"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Anmerkungen</a></p></li>
129
+ <li class="type_custom depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="Schlagworte" href="http://moodle2.htw-berlin.de/moodle/tag/search.php"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Schlagworte</a></p></li>
130
+ <li class="type_custom depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="Kalender" href="http://moodle2.htw-berlin.de/moodle/calendar/view.php?view=month"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Kalender</a></p></li>
131
+ <li class="type_unknown depth_3 collapsed contains_branch"><p class="tree_item branch"><span tabindex="0">Berichte</span></p><ul><li class="type_setting depth_4 item_with_icon"><p class="tree_item leaf hasicon"><a title="Logdaten" href="http://moodle2.htw-berlin.de/moodle/report/log/index.php?id=1"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Freport&amp;rev=551" />Logdaten</a></p></li>
132
+ <li class="type_setting depth_4 item_with_icon"><p class="tree_item leaf hasicon"><a href="http://moodle2.htw-berlin.de/moodle/report/loglive/index.php?id=1&amp;inpopup=1" id="action_link4ff722964b34e1"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Freport&amp;rev=551" />Live-Logdaten</a></p></li>
133
+ <li class="type_setting depth_4 item_with_icon"><p class="tree_item leaf hasicon"><a title="Kursaktivität" href="http://moodle2.htw-berlin.de/moodle/report/outline/index.php?id=1"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Freport&amp;rev=551" />Kursaktivität</a></p></li>
134
+ <li class="type_setting depth_4 item_with_icon"><p class="tree_item leaf hasicon"><a title="Kursbeteiligung" href="http://moodle2.htw-berlin.de/moodle/report/participation/index.php?id=1"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Freport&amp;rev=551" />Kursbeteiligung</a></p></li>
135
+ <li class="type_setting depth_4 item_with_icon"><p class="tree_item leaf hasicon"><a title="Statistiken" href="http://moodle2.htw-berlin.de/moodle/report/stats/index.php?course=1"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Freport&amp;rev=551" />Statistiken</a></p></li></ul></li>
136
+ <li class="type_activity depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="Forum" href="http://moodle2.htw-berlin.de/moodle/mod/forum/view.php?id=1"><img alt="Forum" class="smallicon navicon" title="Forum" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=icon&amp;rev=551&amp;component=forum" />Site news</a></p></li>
137
+ <li class="type_activity depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="URL/Link" href="http://moodle2.htw-berlin.de/moodle/mod/url/view.php?id=1006"><img alt="URL/Link" class="smallicon navicon" title="URL/Link" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=f%2Fweb&amp;rev=551" />HTW Moodle Info Pool - Your link to enlightenment</a></p></li></ul></li>
138
+ <li class="type_user depth_2 collapsed contains_branch"><p class="tree_item branch"><span tabindex="0">Mein Profil</span></p><ul><li class="type_custom depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="Profil anzeigen" href="http://moodle2.htw-berlin.de/moodle/user/profile.php?id=100"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Profil anzeigen</a></p></li>
139
+ <li class="type_custom depth_3 collapsed contains_branch"><p class="tree_item branch"><span tabindex="0">Forumsbeiträge</span></p><ul><li class="type_custom depth_4 item_with_icon"><p class="tree_item leaf hasicon"><a title="Beiträge" href="http://moodle2.htw-berlin.de/moodle/mod/forum/user.php?id=100"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Beiträge</a></p></li>
140
+ <li class="type_custom depth_4 item_with_icon"><p class="tree_item leaf hasicon"><a title="Themen" href="http://moodle2.htw-berlin.de/moodle/mod/forum/user.php?id=100&amp;mode=discussions"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Themen</a></p></li></ul></li>
141
+ <li class="type_unknown depth_3 collapsed contains_branch"><p class="tree_item branch"><span tabindex="0">Blogs</span></p><ul><li class="type_custom depth_4 item_with_icon"><p class="tree_item leaf hasicon"><a title="Meine Beiträge" href="http://moodle2.htw-berlin.de/moodle/blog/index.php?userid=100"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Meine Beiträge</a></p></li>
142
+ <li class="type_custom depth_4 item_with_icon"><p class="tree_item leaf hasicon"><a title="Neuer Beitrag" href="http://moodle2.htw-berlin.de/moodle/blog/edit.php?action=add"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Neuer Beitrag</a></p></li>
143
+ <li class="type_setting depth_4 item_with_icon"><p class="tree_item leaf hasicon"><a title="Blog RSS Feed" href="http://moodle2.htw-berlin.de/moodle/rss/file.php/1/737126ce8e7cbe3a083e74cd8faebaf6/blog/user/179/rss.xml"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Frss&amp;rev=551" />Blog RSS Feed</a></p></li></ul></li>
144
+ <li class="type_setting depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="Mitteilungen" href="http://moodle2.htw-berlin.de/moodle/message/index.php"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Mitteilungen</a></p></li>
145
+ <li class="type_setting depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="Eigene Dateien" href="http://moodle2.htw-berlin.de/moodle/user/files.php"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Eigene Dateien</a></p></li></ul></li>
146
+ <li class="type_system depth_2 contains_branch"><p class="tree_item branch canexpand"><span tabindex="0">Meine Kurse</span></p><ul><li class="type_course depth_3 collapsed contains_branch"><p class="tree_item branch" id="expandable_branch_1"><a title="IMI-B: Informatik 2-BK-SoSe 2012" href="http://moodle2.htw-berlin.de/moodle/course/view.php?id=66">IMI-B: Info2-BK-SoSe12</a></p></li>
147
+ <li class="type_course depth_3 contains_branch"><p class="tree_item branch canexpand"><a title="IMI-B: RubyOnRails-BK-SoSe 2012" href="http://moodle2.htw-berlin.de/moodle/course/view.php?id=67">IMI-B: Rails-SoSe12</a></p><ul><li class="type_unknown depth_4 collapsed contains_branch"><p class="tree_item branch"><a title="Teilnehmer/innen" href="http://moodle2.htw-berlin.de/moodle/user/index.php?id=67">Teilnehmer/innen</a></p><ul><li class="type_custom depth_5 item_with_icon"><p class="tree_item leaf hasicon"><a title="Kursblogs" href="http://moodle2.htw-berlin.de/moodle/blog/index.php?courseid=67"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Kursblogs</a></p></li>
148
+ <li class="type_custom depth_5 item_with_icon"><p class="tree_item leaf hasicon"><a title="Anmerkungen" href="http://moodle2.htw-berlin.de/moodle/notes/index.php?filtertype=course&amp;filterselect=67"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Anmerkungen</a></p></li>
149
+ <li class="type_user depth_5 collapsed contains_branch"><p class="tree_item branch"><a title="Barbara Kleinen" href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=100&amp;course=67">Barbara Kleinen</a></p><ul><li class="type_custom depth_6 item_with_icon"><p class="tree_item leaf hasicon"><a title="Profil anzeigen" href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=100&amp;course=67"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Profil anzeigen</a></p></li>
150
+ <li class="type_custom depth_6 collapsed contains_branch"><p class="tree_item branch"><span tabindex="0">Forumsbeiträge</span></p><ul><li class="type_custom depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Beiträge" href="http://moodle2.htw-berlin.de/moodle/mod/forum/user.php?id=100&amp;course=67"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Beiträge</a></p></li>
151
+ <li class="type_custom depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Themen" href="http://moodle2.htw-berlin.de/moodle/mod/forum/user.php?id=100&amp;course=67&amp;mode=discussions"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Themen</a></p></li></ul></li>
152
+ <li class="type_unknown depth_6 collapsed contains_branch"><p class="tree_item branch"><span tabindex="0">Blogs</span></p><ul><li class="type_custom depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Meine Beiträge" href="http://moodle2.htw-berlin.de/moodle/blog/index.php?userid=100"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Meine Beiträge</a></p></li>
153
+ <li class="type_custom depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Neuer Beitrag" href="http://moodle2.htw-berlin.de/moodle/blog/edit.php?action=add"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Neuer Beitrag</a></p></li>
154
+ <li class="type_setting depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Blog RSS Feed" href="http://moodle2.htw-berlin.de/moodle/rss/file.php/1/737126ce8e7cbe3a083e74cd8faebaf6/blog/user/179/rss.xml"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Frss&amp;rev=551" />Blog RSS Feed</a></p></li></ul></li>
155
+ <li class="type_setting depth_6 item_with_icon"><p class="tree_item leaf hasicon"><a title="Mitteilungen" href="http://moodle2.htw-berlin.de/moodle/message/index.php"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Mitteilungen</a></p></li>
156
+ <li class="type_setting depth_6 item_with_icon"><p class="tree_item leaf hasicon"><a title="Eigene Dateien" href="http://moodle2.htw-berlin.de/moodle/user/files.php"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Eigene Dateien</a></p></li>
157
+ <li class="type_custom depth_6 item_with_icon"><p class="tree_item leaf hasicon"><a title="Anmerkungen" href="http://moodle2.htw-berlin.de/moodle/notes/index.php?user=179&amp;course=67"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Anmerkungen</a></p></li>
158
+ <li class="type_custom depth_6 collapsed contains_branch"><p class="tree_item branch"><span tabindex="0">Aktivitäten</span></p><ul><li class="type_custom depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Heutige Logdaten" href="http://moodle2.htw-berlin.de/moodle/report/log/user.php?id=100&amp;course=67&amp;mode=today"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Heutige Logdaten</a></p></li>
159
+ <li class="type_custom depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Alle Logdaten" href="http://moodle2.htw-berlin.de/moodle/report/log/user.php?id=100&amp;course=67&amp;mode=all"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Alle Logdaten</a></p></li>
160
+ <li class="type_custom depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Zusammenfassung" href="http://moodle2.htw-berlin.de/moodle/report/outline/user.php?id=100&amp;course=67&amp;mode=outline"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Zusammenfassung</a></p></li>
161
+ <li class="type_custom depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Vollständiger Bericht" href="http://moodle2.htw-berlin.de/moodle/report/outline/user.php?id=100&amp;course=67&amp;mode=complete"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Vollständiger Bericht</a></p></li>
162
+ <li class="type_custom depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Statistiken" href="http://moodle2.htw-berlin.de/moodle/report/stats/user.php?id=100&amp;course=67"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Statistiken</a></p></li></ul></li></ul></li></ul></li>
163
+ <li class="type_unknown depth_4 collapsed contains_branch"><p class="tree_item branch"><span tabindex="0">Berichte</span></p><ul><li class="type_setting depth_5 item_with_icon"><p class="tree_item leaf hasicon"><a title="Logdaten" href="http://moodle2.htw-berlin.de/moodle/report/log/index.php?id=67"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Freport&amp;rev=551" />Logdaten</a></p></li>
164
+ <li class="type_setting depth_5 item_with_icon"><p class="tree_item leaf hasicon"><a href="http://moodle2.htw-berlin.de/moodle/report/loglive/index.php?id=67&amp;inpopup=1" id="action_link4ff722964b34e2"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Freport&amp;rev=551" />Live-Logdaten</a></p></li>
165
+ <li class="type_setting depth_5 item_with_icon"><p class="tree_item leaf hasicon"><a title="Kursaktivität" href="http://moodle2.htw-berlin.de/moodle/report/outline/index.php?id=67"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Freport&amp;rev=551" />Kursaktivität</a></p></li>
166
+ <li class="type_setting depth_5 item_with_icon"><p class="tree_item leaf hasicon"><a title="Kursbeteiligung" href="http://moodle2.htw-berlin.de/moodle/report/participation/index.php?id=67"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Freport&amp;rev=551" />Kursbeteiligung</a></p></li>
167
+ <li class="type_setting depth_5 item_with_icon"><p class="tree_item leaf hasicon"><a title="Statistiken" href="http://moodle2.htw-berlin.de/moodle/report/stats/index.php?course=67"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Freport&amp;rev=551" />Statistiken</a></p></li></ul></li>
168
+ <li class="type_structure depth_4 collapsed contains_branch"><p class="tree_item branch" id="expandable_branch_2"><span tabindex="0">Allgemeines</span></p></li>
169
+ <li class="type_structure depth_4 collapsed contains_branch"><p class="tree_item branch" id="expandable_branch_3"><span tabindex="0">Slides</span></p></li>
170
+ <li class="type_structure depth_4 collapsed contains_branch"><p class="tree_item branch" id="expandable_branch_4"><span tabindex="0">Exercises</span></p></li>
171
+ <li class="type_structure depth_4 collapsed contains_branch"><p class="tree_item branch" id="expandable_branch_5"><span tabindex="0">Further Material</span></p></li>
172
+ <li class="type_structure depth_4 collapsed contains_branch"><p class="tree_item branch" id="expandable_branch_6"><span tabindex="0">Sprint Reports</span></p></li>
173
+ <li class="type_structure depth_4 collapsed contains_branch"><p class="tree_item branch" id="expandable_branch_7"><span tabindex="0">Abschlußpräsentationen 11.7.2012</span></p></li>
174
+ <li class="type_structure depth_4 contains_branch"><p class="tree_item branch canexpand"><span tabindex="0">Exam</span></p><ul><li class="type_activity depth_5 collapsed contains_branch"><p class="tree_item branch hasicon" id="expandable_branch_8"><a title="Test" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/view.php?id=1008"><img alt="Test" class="smallicon navicon" title="Test" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=icon&amp;rev=551&amp;component=quiz" />Practice Exam</a></p></li>
175
+ <li class="type_activity depth_5 collapsed contains_branch"><p class="tree_item branch hasicon" id="expandable_branch_9"><a title="Test" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/view.php?id=1004"><img alt="Test" class="smallicon navicon" title="Test" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=icon&amp;rev=551&amp;component=quiz" />Exam 1. PZ</a></p></li>
176
+ <li class="type_activity depth_5 contains_branch current_branch"><p class="tree_item branch hasicon active_tree_node"><a title="Test" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/view.php?id=1006"><img alt="Test" class="smallicon navicon" title="Test" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=icon&amp;rev=551&amp;component=quiz" />TestExam</a></p><ul><li class="type_setting depth_6 item_with_icon"><p class="tree_item leaf hasicon"><a title="Info" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/view.php?id=1006"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Finfo&amp;rev=551" />Info</a></p></li>
177
+ <li class="type_setting depth_6 collapsed contains_branch"><p class="tree_item branch"><a title="Ergebnisse" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&amp;mode=overview">Ergebnisse</a></p><ul><li class="type_setting depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Bewertung" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&amp;mode=overview"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fitem&amp;rev=551" />Bewertung</a></p></li>
178
+ <li class="type_setting depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Detailantworten" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&amp;mode=responses"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fitem&amp;rev=551" />Detailantworten</a></p></li>
179
+ <li class="type_setting depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Statistik" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&amp;mode=statistics"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fitem&amp;rev=551" />Statistik</a></p></li>
180
+ <li class="type_setting depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Freitext-Bewertung" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&amp;mode=grading"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fitem&amp;rev=551" />Freitext-Bewertung</a></p></li></ul></li></ul></li></ul></li></ul></li>
181
+ <li class="type_course depth_3 collapsed contains_branch"><p class="tree_item branch" id="expandable_branch_10"><a title="IMI-B: Software Engineering-DWW-SS12" href="http://moodle2.htw-berlin.de/moodle/course/view.php?id=26">SE</a></p></li>
182
+ <li class="type_course depth_3 collapsed contains_branch"><p class="tree_item branch" id="expandable_branch_11"><a title="IMI-M: Programming-BK-SoSe 2012 " href="http://moodle2.htw-berlin.de/moodle/course/view.php?id=68">IMI-M: Programming-BK-SoSe12</a></p></li>
183
+ <li class="type_course depth_3 collapsed contains_branch"><p class="tree_item branch" id="expandable_branch_12"><a title="IMI-B: Informatik 2-DWW-WS11/12" href="http://moodle2.htw-berlin.de/moodle/course/view.php?id=9">Info2</a></p></li></ul></li></ul></li></ul></div></div><span id="sb-2" class="skip-block-to"></span><a href="#sb-3" class="skip-block">Einstellungen überspringen</a><div id="inst5" class="block_settings block block_with_controls"><div class="header"><div class="title"><div class="block_action"></div><h2>Einstellungen</h2><div class="commands"><a class="icon" title="Verschieben" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=1514&amp;showall=1&amp;sesskey=9bv8BoLhyd&amp;bui_moveid=5"><img src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=t%2Fmove&amp;rev=551" alt="Verschieben" /></a><a class="icon" title="Konfiguration" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=1514&amp;showall=1&amp;sesskey=9bv8BoLhyd&amp;bui_editid=5"><img src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=t%2Fedit&amp;rev=551" alt="Konfiguration" /></a></div></div></div><div class="content"><div id="settingsnav" class="box block_tree_box"><ul class="block_tree list"><li class="type_unknown contains_branch"><p class="tree_item branch root_node"><span tabindex="0">Test-Administration</span></p><ul><li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Einstellungen bearbeiten" href="http://moodle2.htw-berlin.de/moodle/course/modedit.php?update=3886&amp;return=1&amp;sesskey=9bv8BoLhyd"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Einstellungen bearbeiten</a></p></li>
184
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Gruppenänderungen" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/overrides.php?cmid=1006&amp;mode=group"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Gruppenänderungen</a></p></li>
185
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Nutzeränderungen" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/overrides.php?cmid=1006&amp;mode=user"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Nutzeränderungen</a></p></li>
186
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Testinhalt bearbeiten" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/edit.php?cmid=1006"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=t%2Fedit&amp;rev=551" />Testinhalt bearbeiten</a></p></li>
187
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Vorschau" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/startattempt.php?cmid=1006&amp;sesskey=9bv8BoLhyd"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=t%2Fpreview&amp;rev=551" />Vorschau</a></p></li>
188
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Lokale Rollen zuweisen" href="http://moodle2.htw-berlin.de/moodle/admin/roles/assign.php?contextid=1007"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Lokale Rollen zuweisen</a></p></li>
189
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Rechte" href="http://moodle2.htw-berlin.de/moodle/admin/roles/permissions.php?contextid=1007"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Rechte</a></p></li>
190
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Rechte prüfen" href="http://moodle2.htw-berlin.de/moodle/admin/roles/check.php?contextid=1007"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Rechte prüfen</a></p></li>
191
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Filter" href="http://moodle2.htw-berlin.de/moodle/filter/manage.php?contextid=1007"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Filter</a></p></li>
192
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Logdaten" href="http://moodle2.htw-berlin.de/moodle/report/log/index.php?chooselog=1&amp;id=67&amp;modid=1006"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Logdaten</a></p></li>
193
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Sicherung" href="http://moodle2.htw-berlin.de/moodle/backup/backup.php?id=67&amp;cm=3886"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Sicherung</a></p></li>
194
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Wiederherstellen" href="http://moodle2.htw-berlin.de/moodle/backup/restorefile.php?contextid=1007"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Wiederherstellen</a></p></li>
195
+ <li class="type_unknown collapsed contains_branch"><p class="tree_item branch"><a title="Fragensammlung" href="http://moodle2.htw-berlin.de/moodle/question/edit.php?cmid=1006">Fragensammlung</a></p><ul><li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Fragen" href="http://moodle2.htw-berlin.de/moodle/question/edit.php?cmid=1006"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Fragen</a></p></li>
196
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Kategorien" href="http://moodle2.htw-berlin.de/moodle/question/category.php?cmid=1006"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Kategorien</a></p></li>
197
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Import" href="http://moodle2.htw-berlin.de/moodle/question/import.php?cmid=1006"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Import</a></p></li>
198
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Export" href="http://moodle2.htw-berlin.de/moodle/question/export.php?cmid=1006"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Export</a></p></li></ul></li></ul></li>
199
+ <li class="type_course collapsed contains_branch"><hr /><p class="tree_item branch root_node"><span tabindex="0">Kurs-Administration</span></p><ul><li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Bearbeiten ausschalten" href="http://moodle2.htw-berlin.de/moodle/course/view.php?id=67&amp;sesskey=9bv8BoLhyd&amp;edit=off"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fedit&amp;rev=551" />Bearbeiten ausschalten</a></p></li>
200
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Einstellungen bearbeiten" href="http://moodle2.htw-berlin.de/moodle/course/edit.php?id=67"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fsettings&amp;rev=551" />Einstellungen bearbeiten</a></p></li>
201
+ <li class="type_unknown collapsed contains_branch"><p class="tree_item branch"><span tabindex="0">Nutzer/innen</span></p><ul><li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Eingeschriebene Nutzer/innen" href="http://moodle2.htw-berlin.de/moodle/enrol/users.php?id=67"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fusers&amp;rev=551" />Eingeschriebene Nutzer/innen</a></p></li>
202
+ <li class="type_setting collapsed contains_branch"><p class="tree_item branch"><a title="Einschreibemethoden" href="http://moodle2.htw-berlin.de/moodle/enrol/instances.php?id=67">Einschreibemethoden</a></p><ul><li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Selbsteinschreibung (Student)" href="http://moodle2.htw-berlin.de/moodle/enrol/self/edit.php?courseid=67&amp;id=100"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Selbsteinschreibung (Student)</a></p></li></ul></li>
203
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Gruppen" href="http://moodle2.htw-berlin.de/moodle/group/index.php?id=67"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fgroup&amp;rev=551" />Gruppen</a></p></li>
204
+ <li class="type_setting collapsed contains_branch"><p class="tree_item branch"><a title="Rechte" href="http://moodle2.htw-berlin.de/moodle/admin/roles/permissions.php?contextid=1005">Rechte</a></p><ul><li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Rechte prüfen" href="http://moodle2.htw-berlin.de/moodle/admin/roles/check.php?contextid=1005"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fcheckpermissions&amp;rev=551" />Rechte prüfen</a></p></li></ul></li>
205
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Weitere Nutzer/innen" href="http://moodle2.htw-berlin.de/moodle/enrol/otherusers.php?id=67"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Froles&amp;rev=551" />Weitere Nutzer/innen</a></p></li></ul></li>
206
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Filter" href="http://moodle2.htw-berlin.de/moodle/filter/manage.php?contextid=1005"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Ffilter&amp;rev=551" />Filter</a></p></li>
207
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Bewertungen" href="http://moodle2.htw-berlin.de/moodle/grade/report/index.php?id=67"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fgrades&amp;rev=551" />Bewertungen</a></p></li>
208
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Sicherung" href="http://moodle2.htw-berlin.de/moodle/backup/backup.php?id=67"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fbackup&amp;rev=551" />Sicherung</a></p></li>
209
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Wiederherstellen" href="http://moodle2.htw-berlin.de/moodle/backup/restorefile.php?contextid=1005"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Frestore&amp;rev=551" />Wiederherstellen</a></p></li>
210
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Import" href="http://moodle2.htw-berlin.de/moodle/backup/import.php?id=67"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Frestore&amp;rev=551" />Import</a></p></li>
211
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Zurücksetzen" href="http://moodle2.htw-berlin.de/moodle/course/reset.php?id=67"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Freturn&amp;rev=551" />Zurücksetzen</a></p></li>
212
+ <li class="type_unknown collapsed contains_branch"><p class="tree_item branch"><a title="Fragensammlung" href="http://moodle2.htw-berlin.de/moodle/question/edit.php?courseid=67">Fragensammlung</a></p><ul><li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Fragen" href="http://moodle2.htw-berlin.de/moodle/question/edit.php?courseid=67"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Fragen</a></p></li>
213
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Kategorien" href="http://moodle2.htw-berlin.de/moodle/question/category.php?courseid=67"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Kategorien</a></p></li>
214
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Import" href="http://moodle2.htw-berlin.de/moodle/question/import.php?courseid=67"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Import</a></p></li>
215
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Export" href="http://moodle2.htw-berlin.de/moodle/question/export.php?courseid=67"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Export</a></p></li></ul></li></ul></li>
216
+ <li class="type_unknown collapsed contains_branch"><hr /><p class="tree_item branch root_node"><span tabindex="0">Rolle wechseln...</span></p><ul><li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Non-editing teacher" href="http://moodle2.htw-berlin.de/moodle/course/switchrole.php?id=67&amp;sesskey=9bv8BoLhyd&amp;switchrole=4&amp;returnurl=http%3A%2F%2Fmoodle2.htw-berlin.de%2Fmoodle%2Fmod%2Fquiz%2Freview.php%3Fattempt%3D1514%26showall%3D1%26sesskey%3D9bv8BoLhyd"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Froles&amp;rev=551" />Non-editing teacher</a></p></li>
217
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Student" href="http://moodle2.htw-berlin.de/moodle/course/switchrole.php?id=67&amp;sesskey=9bv8BoLhyd&amp;switchrole=5&amp;returnurl=http%3A%2F%2Fmoodle2.htw-berlin.de%2Fmoodle%2Fmod%2Fquiz%2Freview.php%3Fattempt%3D1514%26showall%3D1%26sesskey%3D9bv8BoLhyd"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Froles&amp;rev=551" />Student</a></p></li>
218
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Guest" href="http://moodle2.htw-berlin.de/moodle/course/switchrole.php?id=67&amp;sesskey=9bv8BoLhyd&amp;switchrole=6&amp;returnurl=http%3A%2F%2Fmoodle2.htw-berlin.de%2Fmoodle%2Fmod%2Fquiz%2Freview.php%3Fattempt%3D1514%26showall%3D1%26sesskey%3D9bv8BoLhyd"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Froles&amp;rev=551" />Guest</a></p></li></ul></li>
219
+ <li class="type_unknown collapsed contains_branch"><hr /><p class="tree_item branch root_node" id="usersettings"><span tabindex="0">Mein Profil</span></p><ul><li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Profil bearbeiten" href="http://moodle2.htw-berlin.de/moodle/user/edit.php?id=100&amp;course=67"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Profil bearbeiten</a></p></li>
220
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Kennwort ändern" href="http://www.rz.htw-berlin.de/go/passwort"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Kennwort ändern</a></p></li>
221
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Sicherheitsschlüssel" href="http://moodle2.htw-berlin.de/moodle/user/managetoken.php?sesskey=9bv8BoLhyd"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Sicherheitsschlüssel</a></p></li>
222
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Mitteilungssystem" href="http://moodle2.htw-berlin.de/moodle/message/edit.php?id=100&amp;course=67"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Mitteilungssystem</a></p></li>
223
+ <li class="type_unknown collapsed contains_branch"><p class="tree_item branch"><span tabindex="0">Blogs</span></p><ul><li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Voreinstellungen" href="http://moodle2.htw-berlin.de/moodle/blog/preferences.php"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Voreinstellungen</a></p></li>
224
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Externe Blogs" href="http://moodle2.htw-berlin.de/moodle/blog/external_blogs.php"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Externe Blogs</a></p></li>
225
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Externen Blog registrieren ..." href="http://moodle2.htw-berlin.de/moodle/blog/external_blog_edit.php"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=i%2Fnavigationitem&amp;rev=551" />Externen Blog registrieren ...</a></p></li></ul></li></ul></li></ul></div></div></div><span id="sb-3" class="skip-block-to"></span> </div>
226
+ </div>
227
+
228
+ <div id="region-post" class="block-region">
229
+ <div class="region-content">
230
+ <a href="#sb-4" class="skip-block">Block hinzufügen überspringen</a><div class="block block_adminblock"><div class="header"><div class="title"><div class="block_action"></div><h2>Block hinzufügen</h2></div></div><div class="content"><div class="singleselect"><form method="get" action="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php" id="add_block"><div><input type="hidden" name="attempt" value="1514" /><input type="hidden" name="showall" value="1" /><input type="hidden" name="sesskey" value="9bv8BoLhyd" /><select id="single_select4ff722964b34e3" class="select menubui_addblock" name="bui_addblock"><option value="">Hinzufügen...</option><option value="blog_menu">Blogmenü</option><option value="blog_tags">Blogschlagworte</option><option value="private_files">Eigene Dateien</option><option value="comments">Kommentare</option><option value="mentees">Mentoren</option><option value="recent_activity">Neue Aktivitäten</option><option value="blog_recent">Neue Blogeinträge</option><option value="participants">Personen</option><option value="myprofile">Persönliches Profil</option><option value="rss_client">RSS-Feeds</option><option value="tags">Schlagworte</option><option value="quiz_results">Testergebnisse</option><option value="html">Textblock</option></select><noscript style="inline"><div><input type="submit" value="Start" /></div></noscript></div></form></div></div></div><span id="sb-4" class="skip-block-to"></span> </div>
231
+ </div>
232
+ </div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- START OF FOOTER -->
237
+ <div id="page-footer" class="clearfix">
238
+ <p class="helplink"><a href="http://docs.moodle.org/22/de/mod/quiz/review"><img class="iconhelp" alt="Moodle-Dokumentation für diese Seite" title="Moodle-Dokumentation für diese Seite" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&amp;image=docs&amp;rev=551" />Moodle-Dokumentation für diese Seite</a></p>
239
+ <div class="logininfo">Sie sind angemeldet als <a href="http://moodle2.htw-berlin.de/moodle/user/profile.php?id=100">Barbara Kleinen</a> (<a href="http://moodle2.htw-berlin.de/moodle/login/logout.php?sesskey=9bv8BoLhyd">Logout</a>)</div><div class="homelink"><a href="http://moodle2.htw-berlin.de/moodle/course/view.php?id=67">IMI-B: Rails-SoSe12</a></div> </div>
240
+ </div>
241
+ <script type="text/javascript" src="http://moodle2.htw-berlin.de/moodle/theme/javascript.php?theme=htw&amp;rev=551&amp;type=footer"></script>
242
+ <script type="text/javascript">
243
+ //<![CDATA[
244
+ M.str = {"repository":{"add":"Hinzuf\u00fcgen","back":"\u00ab Zur\u00fcck","close":"Schlie\u00dfen","cleancache":"Cache-Dateien l\u00f6schen","copying":"Kopiere","date":"Datum","downloadsucc":"Download erfolgreich!","emptylist":"Leere Liste","error":"Fehler aufgetreten!","federatedsearch":"Zusammenh\u00e4ngende Suche","filenotnull":"Sie m\u00fcssen eine Datei zum Hochladen ausw\u00e4hlen","getfile":"Datei ausw\u00e4hlen","iconview":"Symbolansicht","invalidjson":"Ung\u00fcltiger JSON-Text","linkexternal":"Extern verlinken","listview":"Listenansicht","loading":"Wird geladen...","login":"Anmelden","logout":"Abmelden","noenter":"Nichts eingegeben","noresult":"Keine Suchergebnisse","manageurl":"Verwalten","popup":"Zum Einloggen \"Login\"-Button anklicken","preview":"Vorschau","refresh":"Neu laden","save":"Speichern","saveas":"Speichern unter ...","saved":"Gespeichert","saving":"Wird gespeichert ...","search":"Suchen","searching":"Suche in","size":"Gr\u00f6\u00dfe","submit":"\u00dcbertragen","sync":"Syncronisieren","title":"Datei ausw\u00e4hlen...","upload":"Datei hochladen","uploading":"Wird hochgeladen...","xhtmlerror":"Sie benutzen den XHTML strict header, aber leider arbeitet mindestens eine YUI-Komponente nicht in diesem Modus. Bitte schalten Sie ihn aus.","chooselicense":"Lizenz w\u00e4hlen","author":"Autor\/in","norepositoriesavailable":"Keines Ihrer aktuellen Repositories kann Dateien im n\u00f6tigen Format liefern","norepositoriesexternalavailable":"Keines Ihrer aktuellen Repositories kann externe Dateien liefern","nofilesattached":"Keine Datei","filepicker":"Dateiauswahl","nofilesavailable":"Keine Dateien verf\u00fcgbar","overwrite":"\u00dcberschreiben","renameto":"Umbenennen nach","fileexists":"Dateiname ist bereits vorhanden. Verwenden Sie bitte einen anderen Namen","fileexistsdialogheader":"Datei bereits vorhanden","fileexistsdialog_editor":"Eine Datei mit diesem Namen wurde bereits an den Text angeh\u00e4ngt, den Sie gerade bearbeiten","fileexistsdialog_filemanager":"Eine Datei mit diesem Namen wurde bereits an den Text angeh\u00e4ngt"},"moodle":{"cancel":"Abbrechen","help":"Hilfe","next":"Weiter","ok":"OK","error":"Fehler","info":"Informationen","viewallcourses":"Alle Kurse zeigen","yes":"Ja"},"block":{"addtodock":"Block ins Navigationsdock bewegen","undockitem":"Dieses Element abdocken","undockall":"Alles abdocken"},"langconfig":{"thisdirectionvertical":"btt"},"question":{"flagged":"markiert"},"quiz":{"functiondisabledbysecuremode":"Diese Funktion ist momentan deaktiviert","startattempt":"Versuch beginnen","timesup":"Zeit ist abgelaufen."},"admin":{"confirmation":"Best\u00e4tigung"}};
245
+ //]]>
246
+ </script>
247
+ <script type="text/javascript">
248
+ //<![CDATA[
249
+ var navtreeexpansions4 = [{"id":"expandable_branch_1","key":"66","type":20},{"id":"expandable_branch_2","key":"741","type":30},{"id":"expandable_branch_3","key":"742","type":30},{"id":"expandable_branch_4","key":"743","type":30},{"id":"expandable_branch_5","key":"744","type":30},{"id":"expandable_branch_6","key":"745","type":30},{"id":"expandable_branch_7","key":"746","type":30},{"id":"expandable_branch_8","key":"3798","type":40},{"id":"expandable_branch_9","key":"3874","type":40},{"id":"expandable_branch_10","key":"26","type":20},{"id":"expandable_branch_11","key":"68","type":20},{"id":"expandable_branch_12","key":"9","type":20}];
250
+ //]]>
251
+ </script>
252
+ <script type="text/javascript">
253
+ //<![CDATA[
254
+ YUI(M.yui.loader).use('node', function(Y) {
255
+ M.util.load_flowplayer();
256
+ setTimeout("fix_column_widths()", 20);
257
+ Y.use('core_question_flags', function(Y) { M.core_question_flags.init(Y, "http:\/\/moodle2.htw-berlin.de\/moodle\/question\/toggleflag.php", [{"src":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/image.php?theme=htw&amp;image=i%2Funflagged&amp;rev=551","title":"Klicken um die Frage zu markieren","alt":"nicht markiert"},{"src":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/image.php?theme=htw&amp;image=i%2Fflagged&amp;rev=551","title":"Markierung entfernen","alt":"markiert"}], ["Frage markieren","Markierung entfernen"]); });
258
+ Y.use('mod_quiz', function(Y) { M.mod_quiz.nav.init(Y); });
259
+ M.yui.galleryversion="2010.04.08-12-35";Y.use("core_dock","moodle-block_navigation-navigation",function() {M.block_navigation.init_add_tree({"id":"4","instance":"4","candock":true,"courselimit":"200","expansionlimit":0});
260
+ });
261
+ M.yui.galleryversion="2010.04.08-12-35";Y.use("core_dock","moodle-block_navigation-navigation",function() {M.block_navigation.init_add_tree({"id":"5","instance":"5","candock":true});
262
+ });
263
+ M.util.init_select_autosubmit(Y, "add_block", "single_select4ff722964b34e3", "");
264
+ M.util.init_block_hider(Y, {"id":"inst4","title":"Navigation","preference":"block4hidden","tooltipVisible":"Block Navigation verbergen","tooltipHidden":"Block Navigation anzeigen"});
265
+ M.util.init_block_hider(Y, {"id":"inst5","title":"Einstellungen","preference":"block5hidden","tooltipVisible":"Block Einstellungen verbergen","tooltipHidden":"Block Einstellungen anzeigen"});
266
+ Y.on('click', openpopup, "#action_link4ff722964b34e1", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/report\/loglive\/index.php?id=1&inpopup=1","name":"popup","options":"height=400,width=500,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
267
+ Y.on('click', openpopup, "#action_link4ff722964b34e2", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/report\/loglive\/index.php?id=67&inpopup=1","name":"popup","options":"height=400,width=500,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
268
+ Y.on('click', openpopup, "#action_link4ff722964b34e4", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=1514&slot=1&step=0","name":"reviewquestion","options":"height=650,width=450,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
269
+ Y.on('click', openpopup, "#action_link4ff722964b34e5", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=1514&slot=1&step=1","name":"reviewquestion","options":"height=650,width=450,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
270
+ Y.on('click', openpopup, "#action_link4ff722964b34e6", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/comment.php?attempt=1514&slot=2","name":"commentquestion","options":"height=800,width=600,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
271
+ Y.on('click', openpopup, "#action_link4ff722964b34e7", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=1514&slot=2&step=0","name":"reviewquestion","options":"height=650,width=450,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
272
+ Y.on('click', openpopup, "#action_link4ff722964b34e8", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=1514&slot=2&step=1","name":"reviewquestion","options":"height=650,width=450,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
273
+
274
+ });
275
+ //]]>
276
+ </script>
277
+ </body>
278
+ </html>
@@ -0,0 +1,239 @@
1
+ <!DOCTYPE html>
2
+ <html dir="ltr" lang="en" xml:lang="en">
3
+ <head>
4
+ <title>Exam RubyOnRails WS 2012/2013 - 2. PZ</title>
5
+ <link rel="shortcut icon" href="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/theme/1363382732/favicon" />
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
+ <meta name="keywords" content="moodle, Exam RubyOnRails WS 2012/2013 - 2. PZ" />
8
+ <link rel="stylesheet" type="text/css" href="http://moodle2.htw-berlin.de/moodle/theme/yui_combo.php?3.7.3/build/cssreset/reset-min.css&amp;3.7.3/build/cssfonts/fonts-min.css&amp;3.7.3/build/cssgrids/grids-min.css&amp;3.7.3/build/cssbase/base-min.css" /><script type="text/javascript" src="http://moodle2.htw-berlin.de/moodle/theme/yui_combo.php?3.7.3/build/simpleyui/simpleyui-min.js&amp;3.7.3/build/loader/loader-min.js"></script><script id="firstthemesheet" type="text/css">/** Required in order to fix style inclusion problems in IE with YUI **/</script><link rel="stylesheet" type="text/css" href="http://moodle2.htw-berlin.de/moodle/theme/styles.php/htw/1363382732/all" />
9
+ <script type="text/javascript">
10
+ //<![CDATA[
11
+ var M = {}; M.yui = {};
12
+ var moodleConfigFn = function(me) {var p = me.path, b = me.name.replace(/^moodle-/,'').split('-', 3), n = b.pop();if (/(skin|core)/.test(n)) {n = b.pop();me.type = 'css';};me.path = b.join('-')+'/'+n+'/'+n+'.'+me.type;};
13
+ var galleryConfigFn = function(me) {var p = me.path,v=M.yui.galleryversion,f;if(/-(skin|core)/.test(me.name)) {me.type = 'css';p = p.replace(/-(skin|core)/, '').replace(/\.js/, '.css').split('/'), f = p.pop().replace(/(\-(min|debug))/, '');if (/-skin/.test(me.name)) {p.splice(p.length,0,v,'assets','skins','sam', f);} else {p.splice(p.length,0,v,'assets', f);};} else {p = p.split('/'), f = p.pop();p.splice(p.length,0,v, f);};me.path = p.join('/');};
14
+ var yui2in3ConfigFn = function(me) {if(/-skin|reset|fonts|grids|base/.test(me.name)){me.type='css';me.path=me.path.replace(/\.js/,'.css');me.path=me.path.replace(/\/yui2-skin/,'/assets/skins/sam/yui2-skin');}};
15
+ YUI_config = {"base":"http:\/\/moodle2.htw-berlin.de\/moodle\/lib\/yuilib\/3.7.3\/build\/","comboBase":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?","combine":true,"filter":"","insertBefore":"firstthemesheet","modules":{"core_filepicker":{"name":"core_filepicker","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/lib\/javascript.php\/1363382731\/repository\/filepicker.js","requires":["base","node","node-event-simulate","json","async-queue","io-base","io-upload-iframe","io-form","yui2-treeview","panel","cookie","datatable","datatable-sort","resize-plugin","dd-plugin","moodle-core_filepicker"]},"core_dock":{"name":"core_dock","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/lib\/javascript.php\/1363382731\/blocks\/dock.js","requires":["base","node","event-custom","event-mouseenter","event-resize"]},"core_question_flags":{"name":"core_question_flags","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/lib\/javascript.php\/1363382731\/question\/flags.js","requires":["base","dom","event-delegate","io-base"]},"core_question_engine":{"name":"core_question_engine","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/lib\/javascript.php\/1363382731\/question\/qengine.js","requires":["node","event"]},"mod_quiz":{"name":"mod_quiz","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/lib\/javascript.php\/1363382731\/mod\/quiz\/module.js","requires":["base","dom","event-delegate","event-key","core_question_engine","moodle-core-formchangechecker"]}},"groups":{"moodle":{"name":"moodle","base":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?moodle\/1363382731\/","comboBase":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?","combine":true,"filter":"","ext":false,"root":"moodle\/1363382731\/","patterns":{"moodle-":{"group":"moodle","configFn":moodleConfigFn}}},"local":{"name":"gallery","base":"http:\/\/moodle2.htw-berlin.de\/moodle\/lib\/yui\/gallery\/","comboBase":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?","combine":true,"filter":"","ext":false,"root":"gallery\/","patterns":{"gallery-":{"group":"gallery","configFn":galleryConfigFn}}},"yui2":{"base":"http:\/\/moodle2.htw-berlin.de\/moodle\/lib\/yuilib\/2in3\/2.9.0\/build\/","comboBase":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/yui_combo.php?","combine":true,"ext":false,"root":"2in3\/2.9.0\/build\/","patterns":{"yui2-":{"group":"yui2","configFn":yui2in3ConfigFn}}}}};
16
+ M.yui.loader = {modules: {}};
17
+ M.cfg = {"wwwroot":"http:\/\/moodle2.htw-berlin.de\/moodle","sesskey":"KaEbhXQVIM","loadingicon":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/image.php\/htw\/core\/1363382732\/i\/loading_small","themerev":"1363382732","slasharguments":1,"theme":"htw","jsrev":"1363382731","svgicons":true};
18
+ //]]>
19
+ </script>
20
+ <script type="text/javascript" src="http://moodle2.htw-berlin.de/moodle/lib/javascript.php/1363382731/lib/javascript-static.js"></script>
21
+ <script type="text/javascript" src="http://moodle2.htw-berlin.de/moodle/theme/javascript.php/htw/1363382732/head"></script>
22
+ </head>
23
+ <body id="page-mod-quiz-review" class="format-topics path-mod path-mod-quiz safari dir-ltr lang-en yui-skin-sam yui3-skin-sam moodle2-htw-berlin-de--moodle pagelayout-incourse course-230 context-27993 cmid-17182 category-2 side-pre-only">
24
+ <div class="skiplinks"><a class="skip" href="#maincontent">Skip to main content</a></div>
25
+ <script type="text/javascript">
26
+ //<![CDATA[
27
+ document.body.className += ' jsenabled';
28
+ //]]>
29
+ </script>
30
+
31
+
32
+ <a href="http://www.htw-berlin.de"><img src="http://www.htw-berlin.de/fileadmin/Templates/images/htw_logo_text.gif" alt="HTW Logo"></img></a><div id="page">
33
+ <div id="page-header">
34
+ <h1 class="headermain">IMI-B: Aktuelle Themen 2: Agile Entwicklung mit Ruby on Rails</h1>
35
+ <div class="headermenu"><div class="logininfo">You are logged in as <a href="http://moodle2.htw-berlin.de/moodle/user/profile.php?id=100">Barbara Kleinen</a> (<a href="http://moodle2.htw-berlin.de/moodle/login/logout.php?sesskey=KaEbhXQVIM">Logout</a>)</div></div> <div class="navbar clearfix">
36
+ <div class="breadcrumb"><span class="accesshide">Page path</span><ul role="navigation"><li><a title="Home" href="http://moodle2.htw-berlin.de/moodle/">Home</a></li><li> <span class="accesshide " ><span class="arrow_text">/</span>&nbsp;</span><span class="arrow sep">&#x25B6;</span> <a title="IMI-B: Aktuelle Themen 2: Agile Entwicklung mit Ruby on Rails" href="http://moodle2.htw-berlin.de/moodle/course/view.php?id=100">IMI-B: RubyOnRails-WS12/13</a></li><li> <span class="accesshide " ><span class="arrow_text">/</span>&nbsp;</span><span class="arrow sep">&#x25B6;</span> <span tabindex="0">General</span></li><li> <span class="accesshide " ><span class="arrow_text">/</span>&nbsp;</span><span class="arrow sep">&#x25B6;</span> <a title="Quiz" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/view.php?id=10082">Exam RubyOnRails WS 2012/2013 - 2. PZ</a></li></ul></div>
37
+ <div class="navbutton"> </div>
38
+ </div>
39
+ </div>
40
+ <!-- END OF HEADER -->
41
+
42
+ <div id="page-content">
43
+ <div id="region-main-box">
44
+ <div id="region-post-box">
45
+
46
+ <div id="region-main-wrap">
47
+ <div id="region-main">
48
+ <div class="region-content">
49
+ <div role="main"><span id="maincontent"></span><table class="generaltable generalbox quizreviewsummary"><tbody><tr><th class="cell" scope="row"><a href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=1005&amp;course=230"><img src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/u/f2" alt="Picture of Teo Teststudent" title="Picture of Teo Teststudent" class="userpicture defaultuserpic" width="35" height="35" /></a></th><td class="cell"><a href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=1005&amp;course=230">Teo Teststudent</a></td></tr><tr><th class="cell" scope="row">Started on</th><td class="cell">Mittwoch, 3 April 2013, 3:53 nachm.</td></tr><tr><th class="cell" scope="row">State</th><td class="cell">Finished</td></tr><tr><th class="cell" scope="row">Completed on</th><td class="cell">Mittwoch, 3 April 2013, 4:19 nachm.</td></tr><tr><th class="cell" scope="row">Time taken</th><td class="cell">26 mins 15 secs</td></tr><tr><th class="cell" scope="row">Grade</th><td class="cell">Not yet graded</td></tr></tbody></table><div id="q1" class="que description informationitem complete"><div class="info"><h2 class="no">Information</h2><div class="state"></div><div class="questionflag"><img src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/unflagged" alt="Not flagged" /></div><div class="editquestion"><a href="http://moodle2.htw-berlin.de/moodle/question/question.php?cmid=10082&amp;returnurl=%2Fmod%2Fquiz%2Freview.php%3Fattempt%3D6236%23&amp;id=10073"><img class="iconsmall" alt="Edit" title="Edit" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/t/edit" />Edit question</a></div></div><div class="content"><div class="formulation"><h3 class="accesshide">Information text</h3><input type="hidden" name="q8923:1_:sequencecheck" value="3" /><div class="qtext"><p>Das ist die Klausur für AkTh II - Agile Entwicklung mit Ruby on Rails im WS 2012/13.</p>
50
+ <p>Abschreiben/"klicken" von anderen und jede Form der Kommunikation mit anderen Personen in und ausserhalb des Raums, sowie das Verwenden anderer Hilfsmittel wird als Betrugsversuch gewertet, d.h. sie erhalten 0 Punkte und müssen den Raum verlassen.</p>
51
+ <div>In dieser Klausur können Sie insgesamt 54 Punkte erreichen,</div>
52
+ <div>ab 27 Punkten haben Sie bestanden.</div>
53
+ <div></div>
54
+ <div>Viel Erfolg!</div></div></div><div class="history"><h3 class="responsehistoryheader">Response history</h3><div class="responsehistoryheader"><table class="generaltable">
55
+ <thead>
56
+ <tr>
57
+ <th class="header c0" style="" scope="col">Step</th>
58
+ <th class="header c1" style="" scope="col">Time</th>
59
+ <th class="header c2" style="" scope="col">Action</th>
60
+ <th class="header c3 lastcol" style="" scope="col">State</th>
61
+ </tr>
62
+ </thead>
63
+ <tbody><tr class="r0">
64
+ <td class="cell c0" style=""><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6236&amp;slot=1&amp;step=0" id="action_link516140326ad273">1</a></td>
65
+ <td class="cell c1" style="">3/04/13, 15:53</td>
66
+ <td class="cell c2" style="">Started</td>
67
+ <td class="cell c3 lastcol" style=""></td>
68
+ </tr>
69
+ <tr class="r1">
70
+ <td class="cell c0" style=""><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6236&amp;slot=1&amp;step=1" id="action_link516140326ad274">2</a></td>
71
+ <td class="cell c1" style="">3/04/13, 15:53</td>
72
+ <td class="cell c2" style="">Seen</td>
73
+ <td class="cell c3 lastcol" style=""></td>
74
+ </tr>
75
+ <tr class="current r0 lastrow">
76
+ <td class="cell c0" style="">3</td>
77
+ <td class="cell c1" style="">3/04/13, 16:19</td>
78
+ <td class="cell c2" style="">Attempt finished</td>
79
+ <td class="cell c3 lastcol" style=""></td>
80
+ </tr>
81
+ </tbody>
82
+ </table>
83
+ </div></div></div></div><div class="submitbtns"><a class="arrow_link" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236&amp;page=1" title="Next"><span class="arrow_text">Next</span>&nbsp;<span class="arrow ">&#x25B6;</span></a></div></div> </div>
84
+ </div>
85
+ </div>
86
+
87
+ <div id="region-pre" class="block-region">
88
+ <div class="region-content">
89
+ <a href="#sb-1" class="skip-block">Skip Quiz navigation</a><div class="block" id="mod_quiz_navblock"><div class="header"><div class="title"><div class="block_action"></div><h2>Quiz navigation</h2></div></div><div class="content"><div class="qn_buttons"><a class="qnbutton complete free thispage" id="quiznavbutton1" title="Viewed" href="#"><span class="thispageholder"></span><span class="trafficlight"></span><span class="accesshide">Information </span>i<span class="accesshide"> This page <span class="flagstate"></span></span></a><a class="qnbutton correct free" id="quiznavbutton2" title="Correct" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236&amp;page=1#"><span class="thispageholder"></span><span class="trafficlight"></span><span class="accesshide">Question </span>1<span class="accesshide"> <span class="flagstate"></span></span></a><a class="qnbutton partiallycorrect free" id="quiznavbutton3" title="Partially correct" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236&amp;page=2#"><span class="thispageholder"></span><span class="trafficlight"></span><span class="accesshide">Question </span>2<span class="accesshide"> <span class="flagstate"></span></span></a><a class="qnbutton partiallycorrect free" id="quiznavbutton4" title="Partially correct" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236&amp;page=3#"><span class="thispageholder"></span><span class="trafficlight"></span><span class="accesshide">Question </span>3<span class="accesshide"> <span class="flagstate"></span></span></a><a class="qnbutton correct free" id="quiznavbutton5" title="Correct" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236&amp;page=4#"><span class="thispageholder"></span><span class="trafficlight"></span><span class="accesshide">Question </span>4<span class="accesshide"> <span class="flagstate"></span></span></a><a class="qnbutton partiallycorrect free" id="quiznavbutton6" title="Partially correct" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236&amp;page=5#"><span class="thispageholder"></span><span class="trafficlight"></span><span class="accesshide">Question </span>5<span class="accesshide"> <span class="flagstate"></span></span></a><a class="qnbutton complete free" id="quiznavbutton7" title="Viewed" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236&amp;page=6#"><span class="thispageholder"></span><span class="trafficlight"></span><span class="accesshide">Information </span>i<span class="accesshide"> <span class="flagstate"></span></span></a><a class="qnbutton correct free" id="quiznavbutton8" title="Correct" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236&amp;page=7#"><span class="thispageholder"></span><span class="trafficlight"></span><span class="accesshide">Question </span>6<span class="accesshide"> <span class="flagstate"></span></span></a><a class="qnbutton incorrect free" id="quiznavbutton9" title="Incorrect" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236&amp;page=8#"><span class="thispageholder"></span><span class="trafficlight"></span><span class="accesshide">Question </span>7<span class="accesshide"> <span class="flagstate"></span></span></a><a class="qnbutton partiallycorrect free" id="quiznavbutton10" title="Partially correct" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236&amp;page=9#"><span class="thispageholder"></span><span class="trafficlight"></span><span class="accesshide">Question </span>8<span class="accesshide"> <span class="flagstate"></span></span></a><a class="qnbutton incorrect free" id="quiznavbutton11" title="Incorrect" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236&amp;page=10#"><span class="thispageholder"></span><span class="trafficlight"></span><span class="accesshide">Question </span>9<span class="accesshide"> <span class="flagstate"></span></span></a><a class="qnbutton correct free" id="quiznavbutton12" title="Correct" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236&amp;page=11#"><span class="thispageholder"></span><span class="trafficlight"></span><span class="accesshide">Question </span>10<span class="accesshide"> <span class="flagstate"></span></span></a><a class="qnbutton partiallycorrect free" id="quiznavbutton13" title="Partially correct" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236&amp;page=12#"><span class="thispageholder"></span><span class="trafficlight"></span><span class="accesshide">Question </span>11<span class="accesshide"> <span class="flagstate"></span></span></a><a class="qnbutton requiresgrading free" id="quiznavbutton14" title="Requires grading" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236&amp;page=13#"><span class="thispageholder"></span><span class="trafficlight"></span><span class="accesshide">Question </span>12<span class="accesshide"> <span class="flagstate"></span></span></a><a class="qnbutton requiresgrading free" id="quiznavbutton15" title="Requires grading" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236&amp;page=14#"><span class="thispageholder"></span><span class="trafficlight"></span><span class="accesshide">Question </span>13<span class="accesshide"> <span class="flagstate"></span></span></a><a class="qnbutton partiallycorrect free" id="quiznavbutton16" title="Partially correct" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236&amp;page=15#"><span class="thispageholder"></span><span class="trafficlight"></span><span class="accesshide">Question </span>14<span class="accesshide"> <span class="flagstate"></span></span></a><a class="qnbutton correct free" id="quiznavbutton17" title="Correct" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236&amp;page=16#"><span class="thispageholder"></span><span class="trafficlight"></span><span class="accesshide">Question </span>15<span class="accesshide"> <span class="flagstate"></span></span></a><a class="qnbutton correct free" id="quiznavbutton18" title="Correct" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236&amp;page=17#"><span class="thispageholder"></span><span class="trafficlight"></span><span class="accesshide">Question </span>16<span class="accesshide"> <span class="flagstate"></span></span></a></div><div class="othernav"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236&amp;showall=1">Show all questions on one page</a><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/view.php?id=10082">Finish review</a></div></div></div><span id="sb-1" class="skip-block-to"></span><a href="#sb-2" class="skip-block">Skip Navigation</a><div id="inst4" class="block_navigation block dock_on_load" role="navigation" aria-labelledby="instance-4-header"><div class="header"><div class="title"><div class="block_action"></div><h2 id="instance-4-header">Navigation</h2></div></div><div class="content"><ul class="block_tree list"><li class="type_unknown depth_1 contains_branch" aria-expanded="true"><p class="tree_item branch canexpand navigation_node"><a title="Home" href="http://moodle2.htw-berlin.de/moodle/">Home</a></p><ul><li class="type_setting depth_2 item_with_icon"><p class="tree_item leaf hasicon"><a title="My home" href="http://moodle2.htw-berlin.de/moodle/my/"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />My home</a></p></li>
90
+ <li class="type_course depth_2 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch"><span title="Moodle2 @ HTW Berlin" tabindex="0">Site pages</span></p><ul><li class="type_custom depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="Site blogs" href="http://moodle2.htw-berlin.de/moodle/blog/index.php?courseid=0"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Site blogs</a></p></li>
91
+ <li class="type_custom depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="Notes" href="http://moodle2.htw-berlin.de/moodle/notes/index.php?filtertype=course&amp;filterselect=0"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Notes</a></p></li>
92
+ <li class="type_custom depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="Tags" href="http://moodle2.htw-berlin.de/moodle/tag/search.php"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Tags</a></p></li>
93
+ <li class="type_custom depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="Calendar" href="http://moodle2.htw-berlin.de/moodle/calendar/view.php?view=month"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Calendar</a></p></li>
94
+ <li class="type_unknown depth_3 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch"><span tabindex="0">Reports</span></p><ul><li class="type_setting depth_4 item_with_icon"><p class="tree_item leaf hasicon"><a title="Logs" href="http://moodle2.htw-berlin.de/moodle/report/log/index.php?id=1"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/report" />Logs</a></p></li>
95
+ <li class="type_setting depth_4 item_with_icon"><p class="tree_item leaf hasicon"><a href="http://moodle2.htw-berlin.de/moodle/report/loglive/index.php?id=1&amp;inpopup=1" id="action_link516140326ad271"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/report" />Live logs</a></p></li>
96
+ <li class="type_setting depth_4 item_with_icon"><p class="tree_item leaf hasicon"><a title="Activity report" href="http://moodle2.htw-berlin.de/moodle/report/outline/index.php?id=1"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/report" />Activity report</a></p></li>
97
+ <li class="type_setting depth_4 item_with_icon"><p class="tree_item leaf hasicon"><a title="Course participation" href="http://moodle2.htw-berlin.de/moodle/report/participation/index.php?id=1"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/report" />Course participation</a></p></li></ul></li>
98
+ <li class="type_activity depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="Forum" href="http://moodle2.htw-berlin.de/moodle/mod/forum/view.php?id=1"><img alt="Forum" class="smallicon navicon" title="Forum" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/forum/1363382732/icon" />Site news</a></p></li>
99
+ <li class="type_activity depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="Page" href="http://moodle2.htw-berlin.de/moodle/mod/page/view.php?id=10021"><img alt="Page" class="smallicon navicon" title="Page" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/page/1363382732/icon" />Datenschutzerklärung</a></p></li>
100
+ <li class="type_activity depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="File" href="http://moodle2.htw-berlin.de/moodle/mod/resource/view.php?id=10082"><img alt="File" class="smallicon navicon" title="File" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/f/pdf-24" />...sten Neuerungen in Moodle 2.4 kurz zusammengefasst</a></p></li>
101
+ <li class="type_activity depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="File" href="http://moodle2.htw-berlin.de/moodle/mod/resource/view.php?id=100"><img alt="File" class="smallicon navicon" title="File" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/f/pdf-24" />Tutorial zum Einstieg in Moodle 2.4 für Lehrende</a></p></li>
102
+ <li class="type_activity depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="URL" href="http://moodle2.htw-berlin.de/moodle/mod/url/view.php?id=1006"><img alt="URL" class="smallicon navicon" title="URL" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/url/1363382732/icon" />HTW Moodle Info Pool - Your link to enlightenment</a></p></li></ul></li>
103
+ <li class="type_user depth_2 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch"><span tabindex="0">My profile</span></p><ul><li class="type_custom depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="View profile" href="http://moodle2.htw-berlin.de/moodle/user/profile.php?id=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />View profile</a></p></li>
104
+ <li class="type_custom depth_3 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch"><span tabindex="0">Forum posts</span></p><ul><li class="type_custom depth_4 item_with_icon"><p class="tree_item leaf hasicon"><a title="Posts" href="http://moodle2.htw-berlin.de/moodle/mod/forum/user.php?id=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Posts</a></p></li>
105
+ <li class="type_custom depth_4 item_with_icon"><p class="tree_item leaf hasicon"><a title="Discussions" href="http://moodle2.htw-berlin.de/moodle/mod/forum/user.php?id=100&amp;mode=discussions"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Discussions</a></p></li></ul></li>
106
+ <li class="type_unknown depth_3 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch"><span tabindex="0">Blogs</span></p><ul><li class="type_custom depth_4 item_with_icon"><p class="tree_item leaf hasicon"><a title="Meine Beiträge" href="http://moodle2.htw-berlin.de/moodle/blog/index.php?userid=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Meine Beiträge</a></p></li>
107
+ <li class="type_custom depth_4 item_with_icon"><p class="tree_item leaf hasicon"><a title="Neuer Beitrag" href="http://moodle2.htw-berlin.de/moodle/blog/edit.php?action=add"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Neuer Beitrag</a></p></li>
108
+ <li class="type_setting depth_4 item_with_icon"><p class="tree_item leaf hasicon"><a title="Blog RSS Feed" href="http://moodle2.htw-berlin.de/moodle/rss/file.php/1/737126ce8e7cbe3a083e74cd8faebaf6/blog/user/179/rss.xml"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/rss" />Blog RSS Feed</a></p></li></ul></li>
109
+ <li class="type_setting depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="Messages" href="http://moodle2.htw-berlin.de/moodle/message/index.php"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Messages</a></p></li>
110
+ <li class="type_setting depth_3 item_with_icon"><p class="tree_item leaf hasicon"><a title="My private files" href="http://moodle2.htw-berlin.de/moodle/user/files.php"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />My private files</a></p></li></ul></li>
111
+ <li class="type_system depth_2 contains_branch" aria-expanded="true"><p class="tree_item branch"><span tabindex="0">Current course</span></p><ul><li class="type_course depth_3 contains_branch" aria-expanded="true"><p class="tree_item branch canexpand"><a title="IMI-B: Aktuelle Themen 2: Agile Entwicklung mit Ruby on Rails" href="http://moodle2.htw-berlin.de/moodle/course/view.php?id=100">IMI-B: RubyOnRails-WS12/13</a></p><ul><li class="type_unknown depth_4 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch"><a title="Participants" href="http://moodle2.htw-berlin.de/moodle/user/index.php?id=100">Participants</a></p><ul><li class="type_custom depth_5 item_with_icon"><p class="tree_item leaf hasicon"><a title="Course blogs" href="http://moodle2.htw-berlin.de/moodle/blog/index.php?courseid=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Course blogs</a></p></li>
112
+ <li class="type_custom depth_5 item_with_icon"><p class="tree_item leaf hasicon"><a title="Notes" href="http://moodle2.htw-berlin.de/moodle/notes/index.php?filtertype=course&amp;filterselect=230"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Notes</a></p></li>
113
+ <li class="type_user depth_5 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch"><a title="Barbara Kleinen" href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=100&amp;course=230">Barbara Kleinen</a></p><ul><li class="type_custom depth_6 item_with_icon"><p class="tree_item leaf hasicon"><a title="View profile" href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=100&amp;course=230"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />View profile</a></p></li>
114
+ <li class="type_custom depth_6 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch"><span tabindex="0">Forum posts</span></p><ul><li class="type_custom depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Posts" href="http://moodle2.htw-berlin.de/moodle/mod/forum/user.php?id=100&amp;course=230"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Posts</a></p></li>
115
+ <li class="type_custom depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Discussions" href="http://moodle2.htw-berlin.de/moodle/mod/forum/user.php?id=100&amp;course=230&amp;mode=discussions"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Discussions</a></p></li></ul></li>
116
+ <li class="type_unknown depth_6 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch"><span tabindex="0">Blogs</span></p><ul><li class="type_custom depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Meine Beiträge" href="http://moodle2.htw-berlin.de/moodle/blog/index.php?userid=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Meine Beiträge</a></p></li>
117
+ <li class="type_custom depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Neuer Beitrag" href="http://moodle2.htw-berlin.de/moodle/blog/edit.php?action=add"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Neuer Beitrag</a></p></li>
118
+ <li class="type_setting depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Blog RSS Feed" href="http://moodle2.htw-berlin.de/moodle/rss/file.php/1/737126ce8e7cbe3a083e74cd8faebaf6/blog/user/179/rss.xml"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/rss" />Blog RSS Feed</a></p></li></ul></li>
119
+ <li class="type_setting depth_6 item_with_icon"><p class="tree_item leaf hasicon"><a title="Messages" href="http://moodle2.htw-berlin.de/moodle/message/index.php"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Messages</a></p></li>
120
+ <li class="type_setting depth_6 item_with_icon"><p class="tree_item leaf hasicon"><a title="My private files" href="http://moodle2.htw-berlin.de/moodle/user/files.php"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />My private files</a></p></li>
121
+ <li class="type_custom depth_6 item_with_icon"><p class="tree_item leaf hasicon"><a title="Notes" href="http://moodle2.htw-berlin.de/moodle/notes/index.php?user=179&amp;course=230"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Notes</a></p></li>
122
+ <li class="type_custom depth_6 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch"><span tabindex="0">Activity reports</span></p><ul><li class="type_custom depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Today&#039;s logs" href="http://moodle2.htw-berlin.de/moodle/report/log/user.php?id=100&amp;course=230&amp;mode=today"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Today's logs</a></p></li>
123
+ <li class="type_custom depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="All logs" href="http://moodle2.htw-berlin.de/moodle/report/log/user.php?id=100&amp;course=230&amp;mode=all"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />All logs</a></p></li>
124
+ <li class="type_custom depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Outline report" href="http://moodle2.htw-berlin.de/moodle/report/outline/user.php?id=100&amp;course=230&amp;mode=outline"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Outline report</a></p></li>
125
+ <li class="type_custom depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Complete report" href="http://moodle2.htw-berlin.de/moodle/report/outline/user.php?id=100&amp;course=230&amp;mode=complete"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Complete report</a></p></li></ul></li></ul></li></ul></li>
126
+ <li class="type_unknown depth_4 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch"><span tabindex="0">Reports</span></p><ul><li class="type_setting depth_5 item_with_icon"><p class="tree_item leaf hasicon"><a title="Logs" href="http://moodle2.htw-berlin.de/moodle/report/log/index.php?id=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/report" />Logs</a></p></li>
127
+ <li class="type_setting depth_5 item_with_icon"><p class="tree_item leaf hasicon"><a href="http://moodle2.htw-berlin.de/moodle/report/loglive/index.php?id=100&amp;inpopup=1" id="action_link516140326ad272"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/report" />Live logs</a></p></li>
128
+ <li class="type_setting depth_5 item_with_icon"><p class="tree_item leaf hasicon"><a title="Activity report" href="http://moodle2.htw-berlin.de/moodle/report/outline/index.php?id=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/report" />Activity report</a></p></li>
129
+ <li class="type_setting depth_5 item_with_icon"><p class="tree_item leaf hasicon"><a title="Course participation" href="http://moodle2.htw-berlin.de/moodle/report/participation/index.php?id=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/report" />Course participation</a></p></li></ul></li>
130
+ <li class="type_structure depth_4 contains_branch" aria-expanded="true"><p class="tree_item branch canexpand"><span tabindex="0">General</span></p><ul><li class="type_activity depth_5 item_with_icon"><p class="tree_item leaf hasicon"><a title="Forum" href="http://moodle2.htw-berlin.de/moodle/mod/forum/view.php?id=1001"><img alt="Forum" class="smallicon navicon" title="Forum" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/forum/1363382732/icon" />Nachrichtenforum</a></p></li>
131
+ <li class="type_activity depth_5 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch hasicon" id="expandable_branch_1"><a title="Quiz" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/view.php?id=10045"><img alt="Quiz" class="smallicon navicon" title="Quiz" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/quiz/1363382732/icon" />Exam RubyOnRails WS 2012/2013</a></p></li>
132
+ <li class="type_activity depth_5 contains_branch current_branch" aria-expanded="true"><p class="tree_item branch hasicon active_tree_node"><a title="Quiz" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/view.php?id=10082"><img alt="Quiz" class="smallicon navicon" title="Quiz" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/quiz/1363382732/icon" />Exam RubyOnRails WS 2012/2013 - 2. PZ</a></p><ul><li class="type_setting depth_6 item_with_icon"><p class="tree_item leaf hasicon"><a title="Info" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/view.php?id=10082"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/info" />Info</a></p></li>
133
+ <li class="type_setting depth_6 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch"><a title="Results" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&amp;mode=overview">Results</a></p><ul><li class="type_setting depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Grades" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&amp;mode=overview"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/item" />Grades</a></p></li>
134
+ <li class="type_setting depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Responses" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&amp;mode=responses"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/item" />Responses</a></p></li>
135
+ <li class="type_setting depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Statistics" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&amp;mode=statistics"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/item" />Statistics</a></p></li>
136
+ <li class="type_setting depth_7 item_with_icon"><p class="tree_item leaf hasicon"><a title="Manual grading" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&amp;mode=grading"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/item" />Manual grading</a></p></li></ul></li></ul></li></ul></li>
137
+ <li class="type_structure depth_4 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch" id="expandable_branch_2"><span tabindex="0">General Information</span></p></li>
138
+ <li class="type_structure depth_4 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch" id="expandable_branch_3"><span tabindex="0">Slides</span></p></li>
139
+ <li class="type_structure depth_4 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch" id="expandable_branch_4"><span tabindex="0">Abgaben</span></p></li>
140
+ <li class="type_structure depth_4 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch" id="expandable_branch_5"><span tabindex="0">Links und Ressourcen</span></p></li>
141
+ <li class="type_structure depth_4 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch" id="expandable_branch_6"><span tabindex="0">Topic 5</span></p></li>
142
+ <li class="type_structure depth_4 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch" id="expandable_branch_7"><span tabindex="0">Topic 6</span></p></li>
143
+ <li class="type_structure depth_4 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch" id="expandable_branch_8"><span tabindex="0">Topic 7</span></p></li>
144
+ <li class="type_structure depth_4 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch" id="expandable_branch_9"><span tabindex="0">Topic 8</span></p></li>
145
+ <li class="type_structure depth_4 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch" id="expandable_branch_10"><span tabindex="0">Topic 9</span></p></li>
146
+ <li class="type_structure depth_4 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch" id="expandable_branch_11"><span tabindex="0">Topic 10</span></p></li></ul></li></ul></li>
147
+ <li class="type_system depth_2 collapsed contains_branch" aria-expanded="false"><p class="tree_item branch" id="expandable_branch_12"><a title="My courses" href="http://moodle2.htw-berlin.de/moodle/my">My courses</a></p></li></ul></li></ul></div></div><span id="sb-2" class="skip-block-to"></span><a href="#sb-3" class="skip-block">Skip Settings</a><div id="inst5" class="block_settings block dock_on_load" role="navigation" aria-labelledby="instance-5-header"><div class="header"><div class="title"><div class="block_action"></div><h2 id="instance-5-header">Settings</h2></div></div><div class="content"><div id="settingsnav" class="box block_tree_box"><ul class="block_tree list"><li class="type_unknown contains_branch" aria-expanded="true"><p class="tree_item branch root_node"><span tabindex="0">Quiz administration</span></p><ul><li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Edit settings" href="http://moodle2.htw-berlin.de/moodle/course/modedit.php?update=17182&amp;return=1&amp;sesskey=KaEbhXQVIM"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Edit settings</a></p></li>
148
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Group overrides" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/overrides.php?cmid=10082&amp;mode=group"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Group overrides</a></p></li>
149
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="User overrides" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/overrides.php?cmid=10082&amp;mode=user"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />User overrides</a></p></li>
150
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Edit quiz" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/edit.php?cmid=10082"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/t/edit" />Edit quiz</a></p></li>
151
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Preview" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/startattempt.php?cmid=10082&amp;sesskey=KaEbhXQVIM"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/preview" />Preview</a></p></li>
152
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Locally assigned roles" href="http://moodle2.htw-berlin.de/moodle/admin/roles/assign.php?contextid=10093"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Locally assigned roles</a></p></li>
153
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Permissions" href="http://moodle2.htw-berlin.de/moodle/admin/roles/permissions.php?contextid=10093"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Permissions</a></p></li>
154
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Check permissions" href="http://moodle2.htw-berlin.de/moodle/admin/roles/check.php?contextid=10093"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Check permissions</a></p></li>
155
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Filters" href="http://moodle2.htw-berlin.de/moodle/filter/manage.php?contextid=10093"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Filters</a></p></li>
156
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Logs" href="http://moodle2.htw-berlin.de/moodle/report/log/index.php?chooselog=1&amp;id=100&amp;modid=10082"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Logs</a></p></li>
157
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Backup" href="http://moodle2.htw-berlin.de/moodle/backup/backup.php?id=100&amp;cm=17182"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Backup</a></p></li>
158
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Restore" href="http://moodle2.htw-berlin.de/moodle/backup/restorefile.php?contextid=10093"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Restore</a></p></li>
159
+ <li class="type_unknown collapsed contains_branch" aria-expanded="false"><p class="tree_item branch"><a title="Question bank" href="http://moodle2.htw-berlin.de/moodle/question/edit.php?cmid=10082">Question bank</a></p><ul><li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Questions" href="http://moodle2.htw-berlin.de/moodle/question/edit.php?cmid=10082"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Questions</a></p></li>
160
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Categories" href="http://moodle2.htw-berlin.de/moodle/question/category.php?cmid=10082"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Categories</a></p></li>
161
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Import" href="http://moodle2.htw-berlin.de/moodle/question/import.php?cmid=10082"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Import</a></p></li>
162
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Export" href="http://moodle2.htw-berlin.de/moodle/question/export.php?cmid=10082"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Export</a></p></li></ul></li></ul></li>
163
+ <li class="type_course collapsed contains_branch" aria-expanded="false"><hr /><p class="tree_item branch root_node"><span tabindex="0">Course administration</span></p><ul><li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Turn editing on" href="http://moodle2.htw-berlin.de/moodle/course/view.php?id=100&amp;return=%2Fmod%2Fquiz%2Freview.php%3Fattempt%3D6236&amp;sesskey=KaEbhXQVIM&amp;edit=on"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/edit" />Turn editing on</a></p></li>
164
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Edit settings" href="http://moodle2.htw-berlin.de/moodle/course/edit.php?id=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/settings" />Edit settings</a></p></li>
165
+ <li class="type_unknown collapsed contains_branch" aria-expanded="false"><p class="tree_item branch"><span tabindex="0">Users</span></p><ul><li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Enrolled users" href="http://moodle2.htw-berlin.de/moodle/enrol/users.php?id=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/enrolusers" />Enrolled users</a></p></li>
166
+ <li class="type_setting collapsed contains_branch" aria-expanded="false"><p class="tree_item branch"><a title="Enrolment methods" href="http://moodle2.htw-berlin.de/moodle/enrol/instances.php?id=100">Enrolment methods</a></p><ul><li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Self enrolment (Student)" href="http://moodle2.htw-berlin.de/moodle/enrol/self/edit.php?courseid=100&amp;id=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Self enrolment (Student)</a></p></li></ul></li>
167
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Groups" href="http://moodle2.htw-berlin.de/moodle/group/index.php?id=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/group" />Groups</a></p></li>
168
+ <li class="type_setting collapsed contains_branch" aria-expanded="false"><p class="tree_item branch"><a title="Permissions" href="http://moodle2.htw-berlin.de/moodle/admin/roles/permissions.php?contextid=1008">Permissions</a></p><ul><li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Check permissions" href="http://moodle2.htw-berlin.de/moodle/admin/roles/check.php?contextid=1008"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/checkpermissions" />Check permissions</a></p></li></ul></li>
169
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Other users" href="http://moodle2.htw-berlin.de/moodle/enrol/otherusers.php?id=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/assignroles" />Other users</a></p></li></ul></li>
170
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Filters" href="http://moodle2.htw-berlin.de/moodle/filter/manage.php?contextid=1008"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/filter" />Filters</a></p></li>
171
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Grades" href="http://moodle2.htw-berlin.de/moodle/grade/report/index.php?id=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grades" />Grades</a></p></li>
172
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Backup" href="http://moodle2.htw-berlin.de/moodle/backup/backup.php?id=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/backup" />Backup</a></p></li>
173
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Restore" href="http://moodle2.htw-berlin.de/moodle/backup/restorefile.php?contextid=1008"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/restore" />Restore</a></p></li>
174
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Import" href="http://moodle2.htw-berlin.de/moodle/backup/import.php?id=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/import" />Import</a></p></li>
175
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Reset" href="http://moodle2.htw-berlin.de/moodle/course/reset.php?id=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/return" />Reset</a></p></li>
176
+ <li class="type_unknown collapsed contains_branch" aria-expanded="false"><p class="tree_item branch"><a title="Question bank" href="http://moodle2.htw-berlin.de/moodle/question/edit.php?courseid=100">Question bank</a></p><ul><li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Questions" href="http://moodle2.htw-berlin.de/moodle/question/edit.php?courseid=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Questions</a></p></li>
177
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Categories" href="http://moodle2.htw-berlin.de/moodle/question/category.php?courseid=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Categories</a></p></li>
178
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Import" href="http://moodle2.htw-berlin.de/moodle/question/import.php?courseid=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Import</a></p></li>
179
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Export" href="http://moodle2.htw-berlin.de/moodle/question/export.php?courseid=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Export</a></p></li></ul></li></ul></li>
180
+ <li class="type_unknown collapsed contains_branch" aria-expanded="false"><hr /><p class="tree_item branch root_node"><span tabindex="0">Switch role to...</span></p><ul><li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Non-editing teacher" href="http://moodle2.htw-berlin.de/moodle/course/switchrole.php?id=100&amp;sesskey=KaEbhXQVIM&amp;switchrole=4&amp;returnurl=http%3A%2F%2Fmoodle2.htw-berlin.de%2Fmoodle%2Fmod%2Fquiz%2Freview.php%3Fattempt%3D6236%26sesskey%3DKaEbhXQVIM"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/switchrole" />Non-editing teacher</a></p></li>
181
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Student" href="http://moodle2.htw-berlin.de/moodle/course/switchrole.php?id=100&amp;sesskey=KaEbhXQVIM&amp;switchrole=5&amp;returnurl=http%3A%2F%2Fmoodle2.htw-berlin.de%2Fmoodle%2Fmod%2Fquiz%2Freview.php%3Fattempt%3D6236%26sesskey%3DKaEbhXQVIM"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/switchrole" />Student</a></p></li>
182
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Guest" href="http://moodle2.htw-berlin.de/moodle/course/switchrole.php?id=100&amp;sesskey=KaEbhXQVIM&amp;switchrole=6&amp;returnurl=http%3A%2F%2Fmoodle2.htw-berlin.de%2Fmoodle%2Fmod%2Fquiz%2Freview.php%3Fattempt%3D6236%26sesskey%3DKaEbhXQVIM"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/switchrole" />Guest</a></p></li></ul></li>
183
+ <li class="type_unknown collapsed contains_branch" aria-expanded="false"><hr /><p class="tree_item branch root_node" id="usersettings"><span tabindex="0">My profile settings</span></p><ul><li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Edit profile" href="http://moodle2.htw-berlin.de/moodle/user/edit.php?id=100&amp;course=230"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Edit profile</a></p></li>
184
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Security keys" href="http://moodle2.htw-berlin.de/moodle/user/managetoken.php?sesskey=KaEbhXQVIM"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Security keys</a></p></li>
185
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Messaging" href="http://moodle2.htw-berlin.de/moodle/message/edit.php?id=100"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Messaging</a></p></li>
186
+ <li class="type_unknown collapsed contains_branch" aria-expanded="false"><p class="tree_item branch"><span tabindex="0">Blogs</span></p><ul><li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Preferences" href="http://moodle2.htw-berlin.de/moodle/blog/preferences.php"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Preferences</a></p></li>
187
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="External blogs" href="http://moodle2.htw-berlin.de/moodle/blog/external_blogs.php"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />External blogs</a></p></li>
188
+ <li class="type_setting collapsed item_with_icon"><p class="tree_item leaf"><a title="Register an external blog" href="http://moodle2.htw-berlin.de/moodle/blog/external_blog_edit.php"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/navigationitem" />Register an external blog</a></p></li></ul></li></ul></li></ul></div></div></div><span id="sb-3" class="skip-block-to"></span>
189
+ </div>
190
+ </div>
191
+
192
+
193
+ </div>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- START OF FOOTER -->
198
+ <div id="page-footer" class="clearfix">
199
+ <p class="helplink"><a href="http://docs.moodle.org/24/en/mod/quiz/review"><img class="iconhelp icon-pre" alt="Moodle Docs for this page" title="Moodle Docs for this page" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/docs" />Moodle Docs for this page</a></p>
200
+ <div class="logininfo">You are logged in as <a href="http://moodle2.htw-berlin.de/moodle/user/profile.php?id=100">Barbara Kleinen</a> (<a href="http://moodle2.htw-berlin.de/moodle/login/logout.php?sesskey=KaEbhXQVIM">Logout</a>)</div><div class="homelink"><a href="http://moodle2.htw-berlin.de/moodle/course/view.php?id=100">IMI-B: RubyOnRails-WS12/13</a></div> </div>
201
+ <div class="clearfix"></div>
202
+ </div>
203
+ <script type="text/javascript" src="http://moodle2.htw-berlin.de/moodle/theme/javascript.php/htw/1363382732/footer"></script>
204
+ <script type="text/javascript">
205
+ //<![CDATA[
206
+ M.str = {"moodle":{"lastmodified":"Last modified","name":"Name","error":"Error","info":"Information","cancel":"Cancel","changesmadereallygoaway":"You have made changes. Are you sure you want to navigate away and lose your changes?","viewallcourses":"View all courses","yes":"Yes"},"repository":{"type":"Type","size":"Size","invalidjson":"Invalid JSON string","nofilesattached":"No files attached","filepicker":"File picker","logout":"Logout","nofilesavailable":"No files available","norepositoriesavailable":"Sorry, none of your current repositories can return files in the required format.","fileexistsdialogheader":"File exists","fileexistsdialog_editor":"A file with that name has already been attached to the text you are editing.","fileexistsdialog_filemanager":"A file with that name has already been attached","renameto":"Rename to \"{$a}\"","referencesexist":"There are {$a} alias\/shortcut files that use this file as their source"},"block":{"addtodock":"Move this to the dock","undockitem":"Undock this item","undockall":"Undock all","hidedockpanel":"Hide the dock panel","hidepanel":"Hide panel"},"langconfig":{"thisdirectionvertical":"btt"},"question":{"flagged":"Flagged"},"quiz":{"functiondisabledbysecuremode":"That functionality is currently disabled","startattempt":"Start attempt","timesup":"Time is up!"},"admin":{"confirmation":"Confirmation"}};
207
+ //]]>
208
+ </script>
209
+ <script type="text/javascript">
210
+ //<![CDATA[
211
+ var navtreeexpansions4 = [{"id":"expandable_branch_1","key":"13945","type":40},{"id":"expandable_branch_2","key":"2954","type":30},{"id":"expandable_branch_3","key":"2955","type":30},{"id":"expandable_branch_4","key":"2953","type":30},{"id":"expandable_branch_5","key":"2956","type":30},{"id":"expandable_branch_6","key":"2957","type":30},{"id":"expandable_branch_7","key":"2958","type":30},{"id":"expandable_branch_8","key":"2959","type":30},{"id":"expandable_branch_9","key":"2960","type":30},{"id":"expandable_branch_10","key":"2961","type":30},{"id":"expandable_branch_11","key":"2962","type":30},{"id":"expandable_branch_12","key":"mycourses","type":0}];
212
+ //]]>
213
+ </script>
214
+ <script type="text/javascript">
215
+ //<![CDATA[
216
+ YUI().use('node', function(Y) {
217
+ M.util.load_flowplayer();
218
+ setTimeout("fix_column_widths()", 20);
219
+ Y.use('core_question_flags', function(Y) { M.core_question_flags.init(Y, "http:\/\/moodle2.htw-berlin.de\/moodle\/question\/toggleflag.php", [{"src":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/image.php\/htw\/core\/1363382732\/i\/unflagged","title":"Flag this question for future reference","alt":"Not flagged"},{"src":"http:\/\/moodle2.htw-berlin.de\/moodle\/theme\/image.php\/htw\/core\/1363382732\/i\/flagged","title":"Remove flag","alt":"Flagged"}], ["Flag question","Remove flag"]); });
220
+ Y.use('mod_quiz', function(Y) { M.mod_quiz.nav.init(Y); });
221
+ M.yui.galleryversion="2010.04.08-12-35";Y.use("core_dock","moodle-block_navigation-navigation",function() {M.block_navigation.init_add_tree({"id":"4","instance":"4","candock":true,"courselimit":"500","expansionlimit":0});
222
+ });
223
+ M.yui.galleryversion="2010.04.08-12-35";Y.use("core_dock","moodle-block_navigation-navigation",function() {M.block_navigation.init_add_tree({"id":"5","instance":"5","candock":true});
224
+ });
225
+ M.util.help_popups.setup(Y);
226
+ M.util.init_block_hider(Y, {"id":"inst4","title":"Navigation","preference":"block4hidden","tooltipVisible":"Hide Navigation block","tooltipHidden":"Show Navigation block"});
227
+ M.util.init_block_hider(Y, {"id":"inst5","title":"Settings","preference":"block5hidden","tooltipVisible":"Hide Settings block","tooltipHidden":"Show Settings block"});
228
+ M.yui.galleryversion="2010.04.08-12-35";Y.use("moodle-filter_glossary-autolinker",function() {M.filter_glossary.init_filter_autolinking({"courseid":0});
229
+ });
230
+ Y.on('click', openpopup, "#action_link516140326ad271", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/report\/loglive\/index.php?id=1&inpopup=1","name":"popup","options":"height=400,width=500,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
231
+ Y.on('click', openpopup, "#action_link516140326ad272", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/report\/loglive\/index.php?id=100&inpopup=1","name":"popup","options":"height=400,width=500,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
232
+ Y.on('click', openpopup, "#action_link516140326ad273", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6236&slot=1&step=0","name":"reviewquestion","options":"height=650,width=450,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
233
+ Y.on('click', openpopup, "#action_link516140326ad274", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6236&slot=1&step=1","name":"reviewquestion","options":"height=650,width=450,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
234
+
235
+ });
236
+ //]]>
237
+ </script>
238
+ </body>
239
+ </html>