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.
- checksums.yaml +7 -0
- data/.gitignore +18 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +42 -0
- data/Rakefile +1 -0
- data/bin/moodleQuizDownloader.rb +4 -0
- data/lib/moodleQuizDownloader.rb +16 -0
- data/lib/moodleQuizDownloader/file_name_creator.rb +12 -0
- data/lib/moodleQuizDownloader/moodle_parser.rb +61 -0
- data/lib/moodleQuizDownloader/option_handler.rb +104 -0
- data/lib/moodleQuizDownloader/quiz_downloader.rb +78 -0
- data/lib/moodleQuizDownloader/version.rb +3 -0
- data/moodleQuizDownloader.gemspec +31 -0
- data/spec/api/asciify_spec.rb +8 -0
- data/spec/api/pdfkit_spec.rb +21 -0
- data/spec/fileNameCreator_spec.rb +19 -0
- data/spec/moodleparsing/exam-overview-moodle-ss2013.html +358 -0
- data/spec/moodleparsing/exam-overview.html +233 -0
- data/spec/moodleparsing/moodleparsing_spec.rb +53 -0
- data/spec/moodleparsing/review-page-nutzerbild.html +278 -0
- data/spec/moodleparsing/review-page.html +239 -0
- data/spec/option_handler_spec.rb +127 -0
- metadata +175 -0
@@ -0,0 +1,19 @@
|
|
1
|
+
require_relative '../lib/moodleQuizDownloader/file_name_creator'
|
2
|
+
|
3
|
+
describe "FileNameCreator" do
|
4
|
+
def outputdir
|
5
|
+
'/temp'
|
6
|
+
end
|
7
|
+
it "should create name by combining first and last name" do
|
8
|
+
name = "Teo Teststudent"
|
9
|
+
FileNameCreator.fileNameFor(outputdir,name).should == "#{outputdir}/TeoTeststudent.pdf"
|
10
|
+
end
|
11
|
+
it "should replace umlauts in the file name" do
|
12
|
+
name = "Leo Lüße"
|
13
|
+
FileNameCreator.fileNameFor(outputdir,name).should == "#{outputdir}/LeoLuesse.pdf"
|
14
|
+
end
|
15
|
+
it "should handle middle names" do
|
16
|
+
name = "Teo von Teststudent"
|
17
|
+
FileNameCreator.fileNameFor(outputdir,name).should == "#{outputdir}/TeovonTeststudent.pdf"
|
18
|
+
end
|
19
|
+
end
|
@@ -0,0 +1,358 @@
|
|
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&3.7.3/build/cssfonts/fonts-min.css&3.7.3/build/cssgrids/grids-min.css&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&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"]}},"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-report" 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-report course-230 context-27993 cmid-17182 category-2 content-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> </span><span class="arrow sep">▶</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> </span><span class="arrow sep">▶</span> <span tabindex="0">General</span></li><li> <span class="accesshide " ><span class="arrow_text">/</span> </span><span class="arrow sep">▶</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><li> <span class="accesshide " ><span class="arrow_text">/</span> </span><span class="arrow sep">▶</span> <a title="Results" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview">Results</a></li><li> <span class="accesshide " ><span class="arrow_text">/</span> </span><span class="arrow sep">▶</span> <a title="Grades" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview">Grades</a></li></ul></div>
|
37
|
+
<div class="navbutton"> </div>
|
38
|
+
</div>
|
39
|
+
</div>
|
40
|
+
<!-- END OF HEADER -->
|
41
|
+
|
42
|
+
<div id="page-content" class="clearfix">
|
43
|
+
<div id="report-main-content">
|
44
|
+
<div class="region-content">
|
45
|
+
<div role="main"><span id="maincontent"></span><div class="quizattemptcounts">Attempts: 7</div>
|
46
|
+
<form autocomplete="off" action="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php" method="post" accept-charset="utf-8" id="mform1" class="mform">
|
47
|
+
<div style="display: none;"><input type="hidden" name="id" value="17182" />
|
48
|
+
<input type="hidden" name="mode" value="overview" />
|
49
|
+
<input name="sesskey" type="hidden" value="KaEbhXQVIM" />
|
50
|
+
<input name="_qf__quiz_overview_settings_form" type="hidden" value="1" />
|
51
|
+
</div>
|
52
|
+
|
53
|
+
<fieldset class="clearfix" id="preferencespage">
|
54
|
+
<legend class="ftoggler">What to include in the report</legend>
|
55
|
+
<div class="advancedbutton"></div><div class="fcontainer clearfix">
|
56
|
+
|
57
|
+
<div id="fitem_id_attempts" class="fitem fitem_fselect"><div class="fitemtitle"><label for="id_attempts">Attempts from </label></div><div class="felement fselect"><select name="attempts" id="id_attempts">
|
58
|
+
<option value="enrolled_with" selected="selected">enrolled users who have attempted the quiz</option>
|
59
|
+
<option value="enrolled_without">enrolled users who have not attempted the quiz</option>
|
60
|
+
<option value="enrolled_any">enrolled users who have, or have not, attempted the quiz</option>
|
61
|
+
<option value="all_with">all users who have attempted the quiz</option>
|
62
|
+
</select></div></div>
|
63
|
+
<div id="fgroup_id_stateoptions" class="fitem fitem_fgroup"><div class="fitemtitle"><div class="fgrouplabel"><label>Attempts that are </label></div></div><fieldset class="felement fgroup"><span><input type="hidden" name="stateinprogress" value="0" /><input name="stateinprogress" type="checkbox" value="1" checked="checked" id="id_stateinprogress" /><label for="id_stateinprogress">In progress</label></span> <span><input type="hidden" name="stateoverdue" value="0" /><input name="stateoverdue" type="checkbox" value="1" checked="checked" id="id_stateoverdue" /><label for="id_stateoverdue">Overdue</label></span> <span><input type="hidden" name="statefinished" value="0" /><input name="statefinished" type="checkbox" value="1" checked="checked" id="id_statefinished" /><label for="id_statefinished">Finished</label></span> <span><input type="hidden" name="stateabandoned" value="0" /><input name="stateabandoned" type="checkbox" value="1" checked="checked" id="id_stateabandoned" /><label for="id_stateabandoned">Never submitted</label></span></fieldset></div>
|
64
|
+
<div id="fitem_id_onlyregraded" class="fitem fitem_fcheckbox"><div class="fitemtitle"><label for="id_onlyregraded"> </label></div><div class="felement fcheckbox"><span><input type="hidden" name="onlyregraded" value="0" /><input name="onlyregraded" type="checkbox" value="1" id="id_onlyregraded" /><label for="id_onlyregraded">that have been regraded / are marked as needing regrading</label></span></div></div>
|
65
|
+
</div></fieldset>
|
66
|
+
<fieldset class="clearfix" id="preferencesuser">
|
67
|
+
<legend class="ftoggler">Display options</legend>
|
68
|
+
<div class="advancedbutton"></div><div class="fcontainer clearfix">
|
69
|
+
|
70
|
+
<div id="fitem_id_pagesize" class="fitem fitem_ftext"><div class="fitemtitle"><label for="id_pagesize">Page size </label></div><div class="felement ftext"><input name="pagesize" type="text" value="30" id="id_pagesize" /></div></div>
|
71
|
+
<div id="fitem_id_slotmarks" class="fitem fitem_fselectyesno"><div class="fitemtitle"><label for="id_slotmarks">Marks for each question </label></div><div class="felement fselectyesno"><select name="slotmarks" id="id_slotmarks">
|
72
|
+
<option value="0">No</option>
|
73
|
+
<option value="1" selected="selected">Yes</option>
|
74
|
+
</select></div></div>
|
75
|
+
<div id="fitem_id_submitbutton" class="fitem fitem_actionbuttons fitem_fsubmit"><div class="felement fsubmit"><input name="submitbutton" value="Show report" type="submit" id="id_submitbutton" /></div></div>
|
76
|
+
</div></fieldset>
|
77
|
+
</form><div class="mdl-align"><form action="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php"><div><input type="hidden" name="id" value="17182" />
|
78
|
+
<input type="hidden" name="mode" value="overview" />
|
79
|
+
<input type="hidden" name="attempts" value="enrolled_with" />
|
80
|
+
<input type="hidden" name="onlygraded" value="" />
|
81
|
+
<input type="hidden" name="onlyregraded" value="" />
|
82
|
+
<input type="hidden" name="slotmarks" value="1" />
|
83
|
+
<input type="hidden" name="sesskey" value="KaEbhXQVIM" />
|
84
|
+
<input type="submit" name="regradeall" value="Regrade all"/><input type="submit" name="regradealldry" value="Dry run a full regrade"/></div></form></div><div class="quizattemptcounts"><p>Only one attempt per user allowed on this quiz.</p></div><div class="paging"></div><form action="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1" method="post"><div class="mdl-align"><label>Download table data as <select id="menudownload" class="select menudownload" name="download"><option value="excel">Excel spreadsheet</option><option value="ods">OpenDocument spreadsheet</option><option value="tsv">Tab separated values text file</option><option selected="selected" value="csv">Comma separated values text file</option><option value="xhtml">Unpaged XHTML document</option></select> <input type="submit" value="Download"/></label></div></form><div id="tablecontainer"><form id="attemptsform" method="post" action="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php"><input type="hidden" name="id" value="17182" />
|
85
|
+
<input type="hidden" name="mode" value="overview" />
|
86
|
+
<input type="hidden" name="attempts" value="enrolled_with" />
|
87
|
+
<input type="hidden" name="onlygraded" value="" />
|
88
|
+
<input type="hidden" name="onlyregraded" value="" />
|
89
|
+
<input type="hidden" name="slotmarks" value="1" />
|
90
|
+
<input type="hidden" name="sesskey" value="KaEbhXQVIM" />
|
91
|
+
<div><div class="no-overflow"><table cellspacing="0" class="flexible generaltable generalbox grades" id="attempts"><thead><tr><th class="header c0" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=checkbox"><span class="accesshide " >Sort by Ascending</span></a> <div class="commands"></div></th><th class="header c1 picture" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=picture"><span class="accesshide " >Sort by Ascending</span></a> <div class="commands"></div></th><th class="header c2 bold" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=firstname">First name<span class="accesshide " >Sort by First name Ascending</span></a> / <a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=lastname">Surname<span class="accesshide " >Sort by Surname Ascending</span></a> <div class="commands"></div></th><th class="header c3" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=email">Email address<span class="accesshide " >Sort by Email address Ascending</span></a> <div class="commands"></div></th><th class="header c4" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=state">State<span class="accesshide " >Sort by State Ascending</span></a> <div class="commands"></div></th><th class="header c5" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=timestart">Started on<span class="accesshide " >Sort by Started on Ascending</span></a> <div class="commands"></div></th><th class="header c6" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=timefinish">Completed<span class="accesshide " >Sort by Completed Ascending</span></a> <div class="commands"></div></th><th class="header c7" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=duration">Time taken<span class="accesshide " >Sort by Time taken Ascending</span></a> <div class="commands"></div></th><th class="header c8 bold" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=sumgrades">Grade/54.00<span class="accesshide " >Sort by Grade/54.00 Ascending</span></a> <div class="commands"></div></th><th class="header c9" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=qsgrade2">Q. 1<br />/3.00<span class="accesshide " >Sort by Q. 1<br />/3.00 Ascending</span></a> <div class="commands"></div></th><th class="header c10" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=qsgrade3">Q. 2<br />/3.00<span class="accesshide " >Sort by Q. 2<br />/3.00 Ascending</span></a> <div class="commands"></div></th><th class="header c11" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=qsgrade4">Q. 3<br />/3.00<span class="accesshide " >Sort by Q. 3<br />/3.00 Ascending</span></a> <div class="commands"></div></th><th class="header c12" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=qsgrade5">Q. 4<br />/10.00<span class="accesshide " >Sort by Q. 4<br />/10.00 Ascending</span></a> <div class="commands"></div></th><th class="header c13" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=qsgrade6">Q. 5<br />/10.00<span class="accesshide " >Sort by Q. 5<br />/10.00 Ascending</span></a> <div class="commands"></div></th><th class="header c14" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=qsgrade8">Q. 6<br />/2.00<span class="accesshide " >Sort by Q. 6<br />/2.00 Ascending</span></a> <div class="commands"></div></th><th class="header c15" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=qsgrade9">Q. 7<br />/2.00<span class="accesshide " >Sort by Q. 7<br />/2.00 Ascending</span></a> <div class="commands"></div></th><th class="header c16" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=qsgrade10">Q. 8<br />/2.00<span class="accesshide " >Sort by Q. 8<br />/2.00 Ascending</span></a> <div class="commands"></div></th><th class="header c17" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=qsgrade11">Q. 9<br />/2.00<span class="accesshide " >Sort by Q. 9<br />/2.00 Ascending</span></a> <div class="commands"></div></th><th class="header c18" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=qsgrade12">Q. 10<br />/2.00<span class="accesshide " >Sort by Q. 10<br />/2.00 Ascending</span></a> <div class="commands"></div></th><th class="header c19" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=qsgrade13">Q. 11<br />/4.00<span class="accesshide " >Sort by Q. 11<br />/4.00 Ascending</span></a> <div class="commands"></div></th><th class="header c20" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=qsgrade14">Q. 12<br />/3.00<span class="accesshide " >Sort by Q. 12<br />/3.00 Ascending</span></a> <div class="commands"></div></th><th class="header c21" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=qsgrade15">Q. 13<br />/3.00<span class="accesshide " >Sort by Q. 13<br />/3.00 Ascending</span></a> <div class="commands"></div></th><th class="header c22" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=qsgrade16">Q. 14<br />/2.00<span class="accesshide " >Sort by Q. 14<br />/2.00 Ascending</span></a> <div class="commands"></div></th><th class="header c23" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=qsgrade17">Q. 15<br />/2.00<span class="accesshide " >Sort by Q. 15<br />/2.00 Ascending</span></a> <div class="commands"></div></th><th class="header c24" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview&attempts=enrolled_with&onlygraded=&onlyregraded=&slotmarks=1&tsort=qsgrade18">Q. 16<br />/1.00<span class="accesshide " >Sort by Q. 16<br />/1.00 Ascending</span></a> <div class="commands"></div></th></tr></thead><tbody><tr class="r1"><td class="cell c0"><input type="checkbox" name="attemptid[]" value="6236" /></td><td class="cell c1 picture"><a href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=1005&course=230"><img src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/u/f2" alt="Picture of Gustav Gans" title="Picture of Gustav Gans" class="userpicture defaultuserpic" width="35" height="35" /></a></td><td class="cell c2 bold"><a href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=1005&course=230">Gustav Gans</a><br /><a class="reviewlink" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236">Review attempt</a></td><td class="cell c3">s0000002@htw-berlin.de</td><td class="cell c4">Finished</td><td class="cell c5">3 April 2013 3:53 nachm.</td><td class="cell c6">3 April 2013 4:19 nachm.</td><td class="cell c7">26 mins 15 secs</td><td class="cell c8 bold"><a title="Review attempt" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6236">Not yet graded</a></td><td class="cell c9"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6236&slot=2" id="action_link51613a5ab30073"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">3.00</span></span></a></td><td class="cell c10"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6236&slot=3" id="action_link51613a5ab30074"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">3.00</span></span></a></td><td class="cell c11"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6236&slot=4" id="action_link51613a5ab30075"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">3.00</span></span></a></td><td class="cell c12"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6236&slot=5" id="action_link51613a5ab30076"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">10.00</span></span></a></td><td class="cell c13"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6236&slot=6" id="action_link51613a5ab30077"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">8.00</span></span></a></td><td class="cell c14"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6236&slot=8" id="action_link51613a5ab30078"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c15"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6236&slot=9" id="action_link51613a5ab30079"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span></span></a></td><td class="cell c16"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6236&slot=10" id="action_link51613a5ab300710"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">1.50</span></span></a></td><td class="cell c17"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6236&slot=11" id="action_link51613a5ab300711"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span></span></a></td><td class="cell c18"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6236&slot=12" id="action_link51613a5ab300712"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c19"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6236&slot=13" id="action_link51613a5ab300713"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">3.00</span></span></a></td><td class="cell c20"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6236&slot=14" id="action_link51613a5ab300714"><span class="que"><span class="requiresgrading">Requires grading</span></span></a></td><td class="cell c21"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6236&slot=15" id="action_link51613a5ab300715"><span class="que"><span class="requiresgrading">Requires grading</span></span></a></td><td class="cell c22"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6236&slot=16" id="action_link51613a5ab300716"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">1.00</span></span></a></td><td class="cell c23"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6236&slot=17" id="action_link51613a5ab300717"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c24"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6236&slot=18" id="action_link51613a5ab300718"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">1.00</span></span></a></td></tr><tr class="r0"><td class="cell c0"><input type="checkbox" name="attemptid[]" value="6237" /></td><td class="cell c1 picture"><a href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=100&course=230"><img src="http://moodle2.htw-berlin.de/moodle/pluginfile.php/0000/user/icon/htw/f2?rev=1" alt="Picture of Donald Duck" title="Picture of Donald Duck" class="userpicture" width="35" height="35" /></a></td><td class="cell c2 bold"><a href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=100&course=230">Donald Duck</a><br /><a class="reviewlink" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6237">Review attempt</a></td><td class="cell c3">s0000001@htw-berlin.de</td><td class="cell c4">Finished</td><td class="cell c5">3 April 2013 3:53 nachm.</td><td class="cell c6">3 April 2013 4:46 nachm.</td><td class="cell c7">53 mins 2 secs</td><td class="cell c8 bold"><a title="Review attempt" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6237">Not yet graded</a></td><td class="cell c9"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6237&slot=2" id="action_link51613a5ab300719"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">3.00</span></span></a></td><td class="cell c10"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6237&slot=3" id="action_link51613a5ab300720"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">3.00</span></span></a></td><td class="cell c11"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6237&slot=4" id="action_link51613a5ab300721"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">3.00</span></span></a></td><td class="cell c12"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6237&slot=5" id="action_link51613a5ab300722"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">10.00</span></span></a></td><td class="cell c13"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6237&slot=6" id="action_link51613a5ab300723"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">10.00</span></span></a></td><td class="cell c14"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6237&slot=8" id="action_link51613a5ab300724"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span></span></a></td><td class="cell c15"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6237&slot=9" id="action_link51613a5ab300725"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span><img class="questionflag" alt="Flagged" title="Flagged" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/flagged" /></span></a></td><td class="cell c16"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6237&slot=10" id="action_link51613a5ab300726"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c17"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6237&slot=11" id="action_link51613a5ab300727"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span><img class="questionflag" alt="Flagged" title="Flagged" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/flagged" /></span></a></td><td class="cell c18"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6237&slot=12" id="action_link51613a5ab300728"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span><img class="questionflag" alt="Flagged" title="Flagged" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/flagged" /></span></a></td><td class="cell c19"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6237&slot=13" id="action_link51613a5ab300729"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">4.00</span></span></a></td><td class="cell c20"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6237&slot=14" id="action_link51613a5ab300730"><span class="que"><span class="requiresgrading">Requires grading</span></span></a></td><td class="cell c21"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6237&slot=15" id="action_link51613a5ab300731"><span class="que"><span class="requiresgrading">Requires grading</span></span></a></td><td class="cell c22"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6237&slot=16" id="action_link51613a5ab300732"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c23"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6237&slot=17" id="action_link51613a5ab300733"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span></span></a></td><td class="cell c24"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6237&slot=18" id="action_link51613a5ab300734"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">1.00</span></span></a></td></tr><tr class="r1"><td class="cell c0"><input type="checkbox" name="attemptid[]" value="6238" /></td><td class="cell c1 picture"><a href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=1008&course=230"><img src="http://moodle2.htw-berlin.de/moodle/pluginfile.php/0000/user/icon/htw/f2?rev=310364" alt="Picture of Daisy Duck" title="Picture of Daisy Duck" class="userpicture" width="35" height="35" /></a></td><td class="cell c2 bold"><a href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=1008&course=230">Daisy Duck</a><br /><a class="reviewlink" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6238">Review attempt</a></td><td class="cell c3">s0000003@htw-berlin.de</td><td class="cell c4">Finished</td><td class="cell c5">3 April 2013 3:53 nachm.</td><td class="cell c6">3 April 2013 4:20 nachm.</td><td class="cell c7">27 mins 32 secs</td><td class="cell c8 bold"><a title="Review attempt" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6238">Not yet graded</a></td><td class="cell c9"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6238&slot=2" id="action_link51613a5ab300735"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">3.00</span></span></a></td><td class="cell c10"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6238&slot=3" id="action_link51613a5ab300736"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">3.00</span></span></a></td><td class="cell c11"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6238&slot=4" id="action_link51613a5ab300737"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">1.00</span></span></a></td><td class="cell c12"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6238&slot=5" id="action_link51613a5ab300738"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">9.00</span></span></a></td><td class="cell c13"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6238&slot=6" id="action_link51613a5ab300739"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">10.00</span></span></a></td><td class="cell c14"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6238&slot=8" id="action_link51613a5ab300740"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c15"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6238&slot=9" id="action_link51613a5ab300741"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="notanswered">-</span></span></a></td><td class="cell c16"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6238&slot=10" id="action_link51613a5ab300742"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c17"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6238&slot=11" id="action_link51613a5ab300743"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c18"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6238&slot=12" id="action_link51613a5ab300744"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span></span></a></td><td class="cell c19"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6238&slot=13" id="action_link51613a5ab300745"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">4.00</span></span></a></td><td class="cell c20"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6238&slot=14" id="action_link51613a5ab300746"><span class="que"><span class="requiresgrading">Requires grading</span></span></a></td><td class="cell c21"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6238&slot=15" id="action_link51613a5ab300747"><span class="que"><span class="requiresgrading">Requires grading</span></span></a></td><td class="cell c22"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6238&slot=16" id="action_link51613a5ab300748"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c23"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6238&slot=17" id="action_link51613a5ab300749"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c24"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6238&slot=18" id="action_link51613a5ab300750"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span></span></a></td></tr><tr class="r0"><td class="cell c0"><input type="checkbox" name="attemptid[]" value="6242" /></td><td class="cell c1 picture"><a href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=1003&course=230"><img src="http://moodle2.htw-berlin.de/moodle/pluginfile.php/0000/user/icon/htw/f2?rev=1" alt="Picture of Minni Maus" title="Picture of Minni Maus" class="userpicture" width="35" height="35" /></a></td><td class="cell c2 bold"><a href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=1003&course=230">Minni Maus</a><br /><a class="reviewlink" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6242">Review attempt</a></td><td class="cell c3">s0000005@htw-berlin.de</td><td class="cell c4">Finished</td><td class="cell c5">3 April 2013 3:53 nachm.</td><td class="cell c6">3 April 2013 4:28 nachm.</td><td class="cell c7">35 mins 39 secs</td><td class="cell c8 bold"><a title="Review attempt" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6242">Not yet graded</a></td><td class="cell c9"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6242&slot=2" id="action_link51613a5ab300751"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">3.00</span></span></a></td><td class="cell c10"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6242&slot=3" id="action_link51613a5ab300752"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">3.00</span></span></a></td><td class="cell c11"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6242&slot=4" id="action_link51613a5ab300753"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">3.00</span><img class="questionflag" alt="Flagged" title="Flagged" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/flagged" /></span></a></td><td class="cell c12"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6242&slot=5" id="action_link51613a5ab300754"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">10.00</span></span></a></td><td class="cell c13"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6242&slot=6" id="action_link51613a5ab300755"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">10.00</span></span></a></td><td class="cell c14"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6242&slot=8" id="action_link51613a5ab300756"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span><img class="questionflag" alt="Flagged" title="Flagged" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/flagged" /></span></a></td><td class="cell c15"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6242&slot=9" id="action_link51613a5ab300757"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span><img class="questionflag" alt="Flagged" title="Flagged" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/flagged" /></span></a></td><td class="cell c16"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6242&slot=10" id="action_link51613a5ab300758"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c17"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6242&slot=11" id="action_link51613a5ab300759"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span><img class="questionflag" alt="Flagged" title="Flagged" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/flagged" /></span></a></td><td class="cell c18"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6242&slot=12" id="action_link51613a5ab300760"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span></span></a></td><td class="cell c19"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6242&slot=13" id="action_link51613a5ab300761"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">4.00</span></span></a></td><td class="cell c20"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6242&slot=14" id="action_link51613a5ab300762"><span class="que"><span class="requiresgrading">Requires grading</span></span></a></td><td class="cell c21"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6242&slot=15" id="action_link51613a5ab300763"><span class="que"><span class="requiresgrading">Requires grading</span></span></a></td><td class="cell c22"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6242&slot=16" id="action_link51613a5ab300764"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c23"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6242&slot=17" id="action_link51613a5ab300765"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c24"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6242&slot=18" id="action_link51613a5ab300766"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">1.00</span></span></a></td></tr><tr class="r1"><td class="cell c0"><input type="checkbox" name="attemptid[]" value="6244" /></td><td class="cell c1 picture"><a href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=1008&course=230"><img src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/u/f2" alt="Picture of Micky Maus Müller" title="Picture of Micky Maus Müller" class="userpicture defaultuserpic" width="35" height="35" /></a></td><td class="cell c2 bold"><a href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=1008&course=230">Micky Maus Müller</a><br /><a class="reviewlink" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6244">Review attempt</a></td><td class="cell c3">s0000006@htw-berlin.de</td><td class="cell c4">Finished</td><td class="cell c5">3 April 2013 3:53 nachm.</td><td class="cell c6">3 April 2013 4:35 nachm.</td><td class="cell c7">42 mins 17 secs</td><td class="cell c8 bold"><a title="Review attempt" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6244">Not yet graded</a></td><td class="cell c9"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6244&slot=2" id="action_link51613a5ab300767"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">3.00</span></span></a></td><td class="cell c10"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6244&slot=3" id="action_link51613a5ab300768"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">3.00</span></span></a></td><td class="cell c11"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6244&slot=4" id="action_link51613a5ab300769"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">3.00</span></span></a></td><td class="cell c12"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6244&slot=5" id="action_link51613a5ab300770"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">8.00</span></span></a></td><td class="cell c13"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6244&slot=6" id="action_link51613a5ab300771"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">10.00</span></span></a></td><td class="cell c14"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6244&slot=8" id="action_link51613a5ab300772"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span></span></a></td><td class="cell c15"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6244&slot=9" id="action_link51613a5ab300773"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span><img class="questionflag" alt="Flagged" title="Flagged" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/flagged" /></span></a></td><td class="cell c16"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6244&slot=10" id="action_link51613a5ab300774"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span><img class="questionflag" alt="Flagged" title="Flagged" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/flagged" /></span></a></td><td class="cell c17"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6244&slot=11" id="action_link51613a5ab300775"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c18"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6244&slot=12" id="action_link51613a5ab300776"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span></span></a></td><td class="cell c19"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6244&slot=13" id="action_link51613a5ab300777"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">4.00</span></span></a></td><td class="cell c20"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6244&slot=14" id="action_link51613a5ab300778"><span class="que"><span class="requiresgrading">Requires grading</span></span></a></td><td class="cell c21"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6244&slot=15" id="action_link51613a5ab300779"><span class="que"><span class="requiresgrading">Requires grading</span></span></a></td><td class="cell c22"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6244&slot=16" id="action_link51613a5ab300780"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">0.33</span></span></a></td><td class="cell c23"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6244&slot=17" id="action_link51613a5ab300781"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c24"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6244&slot=18" id="action_link51613a5ab300782"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">1.00</span></span></a></td></tr><tr class="r0"><td class="cell c0"><input type="checkbox" name="attemptid[]" value="6245" /></td><td class="cell c1 picture"><a href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=100&course=230"><img src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/u/f2" alt="Picture of Dagobert Duck" title="Picture of Dagobert Duck" class="userpicture defaultuserpic" width="35" height="35" /></a></td><td class="cell c2 bold"><a href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=100&course=230">Dagobert Duck</a><br /><a class="reviewlink" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6245">Review attempt</a></td><td class="cell c3">s099999@htw-berlin.de</td><td class="cell c4">Finished</td><td class="cell c5">3 April 2013 3:57 nachm.</td><td class="cell c6">3 April 2013 4:18 nachm.</td><td class="cell c7">21 mins 4 secs</td><td class="cell c8 bold"><a title="Review attempt" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6245">Not yet graded</a></td><td class="cell c9"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6245&slot=2" id="action_link51613a5ab300783"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">3.00</span></span></a></td><td class="cell c10"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6245&slot=3" id="action_link51613a5ab300784"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">2.50</span></span></a></td><td class="cell c11"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6245&slot=4" id="action_link51613a5ab300785"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">3.00</span></span></a></td><td class="cell c12"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6245&slot=5" id="action_link51613a5ab300786"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">7.00</span></span></a></td><td class="cell c13"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6245&slot=6" id="action_link51613a5ab300787"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">8.00</span></span></a></td><td class="cell c14"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6245&slot=8" id="action_link51613a5ab300788"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span></span></a></td><td class="cell c15"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6245&slot=9" id="action_link51613a5ab300789"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span></span></a></td><td class="cell c16"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6245&slot=10" id="action_link51613a5ab300790"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">1.50</span></span></a></td><td class="cell c17"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6245&slot=11" id="action_link51613a5ab300791"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span></span></a></td><td class="cell c18"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6245&slot=12" id="action_link51613a5ab300792"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c19"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6245&slot=13" id="action_link51613a5ab300793"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">3.00</span></span></a></td><td class="cell c20"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6245&slot=14" id="action_link51613a5ab300794"><span class="que"><span class="requiresgrading">Requires grading</span></span></a></td><td class="cell c21"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6245&slot=15" id="action_link51613a5ab300795"><span class="que"><span class="requiresgrading">Requires grading</span></span></a></td><td class="cell c22"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6245&slot=16" id="action_link51613a5ab300796"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span></span></a></td><td class="cell c23"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6245&slot=17" id="action_link51613a5ab300797"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c24"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6245&slot=18" id="action_link51613a5ab300798"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">1.00</span></span></a></td></tr><tr class="r1"><td class="cell c0"><input type="checkbox" name="attemptid[]" value="6246" /></td><td class="cell c1 picture"><a href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=1006&course=230"><img src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/u/f2" alt="Picture of Trick and Track" title="Picture of Trick and Track" class="userpicture defaultuserpic" width="35" height="35" /></a></td><td class="cell c2 bold"><a href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=1006&course=230">Trick and Track</a><br /><a class="reviewlink" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6246">Review attempt</a></td><td class="cell c3">Trick@xsdf.com</td><td class="cell c4">Finished</td><td class="cell c5">3 April 2013 4:03 nachm.</td><td class="cell c6">3 April 2013 5:01 nachm.</td><td class="cell c7">57 mins 38 secs</td><td class="cell c8 bold"><a title="Review attempt" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=6246">Not yet graded</a></td><td class="cell c9"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6246&slot=2" id="action_link51613a5ab300799"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">3.00</span></span></a></td><td class="cell c10"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6246&slot=3" id="action_link51613a5ab3007100"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">3.00</span></span></a></td><td class="cell c11"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6246&slot=4" id="action_link51613a5ab3007101"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">3.00</span></span></a></td><td class="cell c12"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6246&slot=5" id="action_link51613a5ab3007102"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">10.00</span></span></a></td><td class="cell c13"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6246&slot=6" id="action_link51613a5ab3007103"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">10.00</span></span></a></td><td class="cell c14"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6246&slot=8" id="action_link51613a5ab3007104"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span></span></a></td><td class="cell c15"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6246&slot=9" id="action_link51613a5ab3007105"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span></span></a></td><td class="cell c16"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6246&slot=10" id="action_link51613a5ab3007106"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c17"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6246&slot=11" id="action_link51613a5ab3007107"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c18"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6246&slot=12" id="action_link51613a5ab3007108"><span class="que"><img class="icon" alt="Incorrect" title="Incorrect" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_incorrect" /><span class="incorrect">0.00</span></span></a></td><td class="cell c19"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6246&slot=13" id="action_link51613a5ab3007109"><span class="que"><img class="icon" alt="Partially correct" title="Partially correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_partiallycorrect" /><span class="partiallycorrect">3.00</span></span></a></td><td class="cell c20"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6246&slot=14" id="action_link51613a5ab3007110"><span class="que"><span class="requiresgrading">Requires grading</span></span></a></td><td class="cell c21"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6246&slot=15" id="action_link51613a5ab3007111"><span class="que"><span class="requiresgrading">Requires grading</span></span></a></td><td class="cell c22"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6246&slot=16" id="action_link51613a5ab3007112"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c23"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6246&slot=17" id="action_link51613a5ab3007113"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">2.00</span></span></a></td><td class="cell c24"><a title="Review response" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=6246&slot=18" id="action_link51613a5ab3007114"><span class="que"><img class="icon" alt="Correct" title="Correct" src="http://moodle2.htw-berlin.de/moodle/theme/image.php/htw/core/1363382732/i/grade_correct" /><span class="correct">1.00</span></span></a></td></tr><tr class="r0"><td colspan="25"><div class="tabledivider"></div></td></tr><tr class="r1"><td class="cell c0"></td><td class="cell c1 picture"></td><td class="cell c2 bold">Overall average</td><td class="cell c3"></td><td class="cell c4"></td><td class="cell c5"></td><td class="cell c6"></td><td class="cell c7"></td><td class="cell c8 bold"><span class="avgcell"><span class="average">-</span></span></td><td class="cell c9"><span class="avgcell"><span class="average">3.00</span> <span class="count">(7)</span></span></td><td class="cell c10"><span class="avgcell"><span class="average">2.93</span> <span class="count">(7)</span></span></td><td class="cell c11"><span class="avgcell"><span class="average">2.71</span> <span class="count">(7)</span></span></td><td class="cell c12"><span class="avgcell"><span class="average">9.14</span> <span class="count">(7)</span></span></td><td class="cell c13"><span class="avgcell"><span class="average">9.43</span> <span class="count">(7)</span></span></td><td class="cell c14"><span class="avgcell"><span class="average">0.57</span> <span class="count">(7)</span></span></td><td class="cell c15"><span class="avgcell"><span class="average">0.00</span> <span class="count">(7)</span></span></td><td class="cell c16"><span class="avgcell"><span class="average">1.86</span> <span class="count">(7)</span></span></td><td class="cell c17"><span class="avgcell"><span class="average">1.43</span> <span class="count">(7)</span></span></td><td class="cell c18"><span class="avgcell"><span class="average">0.57</span> <span class="count">(7)</span></span></td><td class="cell c19"><span class="avgcell"><span class="average">3.57</span> <span class="count">(7)</span></span></td><td class="cell c20"><span class="avgcell"><span class="average">-</span></span></td><td class="cell c21"><span class="avgcell"><span class="average">-</span></span></td><td class="cell c22"><span class="avgcell"><span class="average">1.33</span> <span class="count">(7)</span></span></td><td class="cell c23"><span class="avgcell"><span class="average">1.71</span> <span class="count">(7)</span></span></td><td class="cell c24"><span class="avgcell"><span class="average">0.86</span> <span class="count">(7)</span></span></td></tr></tbody></table></div><div id="commands"><a href="javascript:select_all_in('DIV', null, 'tablecontainer');">Select all</a> / <a href="javascript:deselect_all_in('DIV', null, 'tablecontainer');">Deselect all</a> <input type="submit" name="regrade" value="Regrade selected attempts"/><input type="submit" id="deleteattemptsbutton" name="delete" value="Delete selected attempts"/></div></div></form></div><div class="paging"></div></div> </div>
|
92
|
+
</div>
|
93
|
+
<div id="report-region-wrap">
|
94
|
+
<div id="report-region-pre" class="block-region">
|
95
|
+
<div class="region-content">
|
96
|
+
<a href="#sb-1" 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>
|
97
|
+
<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>
|
98
|
+
<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&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>
|
99
|
+
<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>
|
100
|
+
<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>
|
101
|
+
<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>
|
102
|
+
<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&inpopup=1" id="action_link51613a5ab30071"><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>
|
103
|
+
<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>
|
104
|
+
<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>
|
105
|
+
<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>
|
106
|
+
<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>
|
107
|
+
<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>
|
108
|
+
<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>
|
109
|
+
<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>
|
110
|
+
<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>
|
111
|
+
<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>
|
112
|
+
<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&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>
|
113
|
+
<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>
|
114
|
+
<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>
|
115
|
+
<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>
|
116
|
+
<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>
|
117
|
+
<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>
|
118
|
+
<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>
|
119
|
+
<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&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>
|
120
|
+
<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&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&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>
|
121
|
+
<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&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>
|
122
|
+
<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&course=230&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>
|
123
|
+
<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>
|
124
|
+
<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>
|
125
|
+
<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>
|
126
|
+
<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>
|
127
|
+
<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>
|
128
|
+
<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&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>
|
129
|
+
<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's logs" href="http://moodle2.htw-berlin.de/moodle/report/log/user.php?id=100&course=230&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>
|
130
|
+
<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&course=230&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>
|
131
|
+
<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&course=230&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>
|
132
|
+
<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&course=230&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>
|
133
|
+
<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>
|
134
|
+
<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&inpopup=1" id="action_link51613a5ab30072"><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>
|
135
|
+
<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>
|
136
|
+
<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>
|
137
|
+
<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>
|
138
|
+
<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>
|
139
|
+
<li class="type_activity depth_5 contains_branch" aria-expanded="true"><p class="tree_item branch hasicon"><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>
|
140
|
+
<li class="type_setting depth_6 contains_branch" aria-expanded="true"><p class="tree_item branch"><a title="Results" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&mode=overview">Results</a></p><ul><li class="type_setting depth_7 item_with_icon current_branch"><p class="tree_item leaf hasicon active_tree_node"><a title="Grades" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=10082&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>
|
141
|
+
<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&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>
|
142
|
+
<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&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>
|
143
|
+
<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&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>
|
144
|
+
<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>
|
145
|
+
<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>
|
146
|
+
<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>
|
147
|
+
<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>
|
148
|
+
<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>
|
149
|
+
<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>
|
150
|
+
<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>
|
151
|
+
<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>
|
152
|
+
<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>
|
153
|
+
<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>
|
154
|
+
<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-1" class="skip-block-to"></span><a href="#sb-2" 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&return=1&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>
|
155
|
+
<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&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>
|
156
|
+
<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&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>
|
157
|
+
<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>
|
158
|
+
<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&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>
|
159
|
+
<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>
|
160
|
+
<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>
|
161
|
+
<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>
|
162
|
+
<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>
|
163
|
+
<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&id=100&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>
|
164
|
+
<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&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>
|
165
|
+
<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>
|
166
|
+
<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>
|
167
|
+
<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>
|
168
|
+
<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>
|
169
|
+
<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>
|
170
|
+
<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&return=%2Fmod%2Fquiz%2Freport.php%3Fid%3D17182%26mode%3Doverview&sesskey=KaEbhXQVIM&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>
|
171
|
+
<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>
|
172
|
+
<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>
|
173
|
+
<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&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>
|
174
|
+
<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>
|
175
|
+
<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>
|
176
|
+
<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>
|
177
|
+
<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>
|
178
|
+
<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>
|
179
|
+
<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>
|
180
|
+
<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>
|
181
|
+
<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>
|
182
|
+
<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>
|
183
|
+
<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>
|
184
|
+
<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>
|
185
|
+
<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>
|
186
|
+
<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>
|
187
|
+
<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&sesskey=KaEbhXQVIM&switchrole=4&returnurl=http%3A%2F%2Fmoodle2.htw-berlin.de%2Fmoodle%2Fmod%2Fquiz%2Freport.php%3Fid%3D17182%26mode%3Doverview%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>
|
188
|
+
<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&sesskey=KaEbhXQVIM&switchrole=5&returnurl=http%3A%2F%2Fmoodle2.htw-berlin.de%2Fmoodle%2Fmod%2Fquiz%2Freport.php%3Fid%3D17182%26mode%3Doverview%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>
|
189
|
+
<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&sesskey=KaEbhXQVIM&switchrole=6&returnurl=http%3A%2F%2Fmoodle2.htw-berlin.de%2Fmoodle%2Fmod%2Fquiz%2Freport.php%3Fid%3D17182%26mode%3Doverview%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>
|
190
|
+
<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&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>
|
191
|
+
<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>
|
192
|
+
<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>
|
193
|
+
<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>
|
194
|
+
<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>
|
195
|
+
<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-2" class="skip-block-to"></span> </div>
|
196
|
+
</div>
|
197
|
+
</div>
|
198
|
+
</div>
|
199
|
+
|
200
|
+
<!-- START OF FOOTER -->
|
201
|
+
<div id="page-footer" class="clearfix">
|
202
|
+
<p class="helplink"><a href="http://docs.moodle.org/24/en/mod/quiz/report"><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>
|
203
|
+
<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>
|
204
|
+
<div class="clearfix"></div>
|
205
|
+
</div>
|
206
|
+
<script type="text/javascript">
|
207
|
+
//<![CDATA[
|
208
|
+
M.yui.add_module({"mform":{"name":"mform","fullpath":"http:\/\/moodle2.htw-berlin.de\/moodle\/lib\/javascript.php\/1363382731\/lib\/form\/form.js","requires":["base","node"]}});
|
209
|
+
|
210
|
+
//]]>
|
211
|
+
</script>
|
212
|
+
<script type="text/javascript" src="http://moodle2.htw-berlin.de/moodle/theme/javascript.php/htw/1363382732/footer"></script>
|
213
|
+
<script type="text/javascript">
|
214
|
+
//<![CDATA[
|
215
|
+
M.str = {"moodle":{"lastmodified":"Last modified","name":"Name","error":"Error","info":"Information","viewallcourses":"View all courses","cancel":"Cancel","yes":"Yes","changesmadereallygoaway":"You have made changes. Are you sure you want to navigate away and lose your changes?"},"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"},"admin":{"confirmation":"Confirmation"},"form":{"showadvanced":"Show advanced","hideadvanced":"Hide advanced"}};
|
216
|
+
//]]>
|
217
|
+
</script>
|
218
|
+
<script type="text/javascript">
|
219
|
+
//<![CDATA[
|
220
|
+
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}];
|
221
|
+
//]]>
|
222
|
+
</script>
|
223
|
+
<script type="text/javascript">
|
224
|
+
//<![CDATA[
|
225
|
+
YUI().use('node', function(Y) {
|
226
|
+
M.util.load_flowplayer();
|
227
|
+
setTimeout("fix_column_widths()", 20);
|
228
|
+
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});
|
229
|
+
});
|
230
|
+
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});
|
231
|
+
});
|
232
|
+
M.util.help_popups.setup(Y);
|
233
|
+
M.util.init_block_hider(Y, {"id":"inst4","title":"Navigation","preference":"block4hidden","tooltipVisible":"Hide Navigation block","tooltipHidden":"Show Navigation block"});
|
234
|
+
M.util.init_block_hider(Y, {"id":"inst5","title":"Settings","preference":"block5hidden","tooltipVisible":"Hide Settings block","tooltipHidden":"Show Settings block"});
|
235
|
+
M.yui.galleryversion="2010.04.08-12-35";Y.use("moodle-core-formchangechecker",function() {M.core_formchangechecker.init({"formid":"mform1"});
|
236
|
+
});
|
237
|
+
Y.on('domready', function() { Y.use('mform', function(Y) { M.form.initFormDependencies(Y, "mform1", {"attempts":{"eq":{"enrolled_without":["stateinprogress","stateoverdue","statefinished","stateabandoned","onlyregraded"]}}}); }); });
|
238
|
+
Y.on('click', openpopup, "#action_link51613a5ab30071", 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"});
|
239
|
+
Y.on('click', openpopup, "#action_link51613a5ab30072", 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"});
|
240
|
+
Y.on('click', openpopup, "#action_link51613a5ab30073", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6236&slot=2","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
241
|
+
Y.on('click', openpopup, "#action_link51613a5ab30074", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6236&slot=3","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
242
|
+
Y.on('click', openpopup, "#action_link51613a5ab30075", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6236&slot=4","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
243
|
+
Y.on('click', openpopup, "#action_link51613a5ab30076", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6236&slot=5","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
244
|
+
Y.on('click', openpopup, "#action_link51613a5ab30077", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6236&slot=6","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
245
|
+
Y.on('click', openpopup, "#action_link51613a5ab30078", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6236&slot=8","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
246
|
+
Y.on('click', openpopup, "#action_link51613a5ab30079", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6236&slot=9","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
247
|
+
Y.on('click', openpopup, "#action_link51613a5ab300710", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6236&slot=10","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
248
|
+
Y.on('click', openpopup, "#action_link51613a5ab300711", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6236&slot=11","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
249
|
+
Y.on('click', openpopup, "#action_link51613a5ab300712", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6236&slot=12","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
250
|
+
Y.on('click', openpopup, "#action_link51613a5ab300713", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6236&slot=13","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
251
|
+
Y.on('click', openpopup, "#action_link51613a5ab300714", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6236&slot=14","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
252
|
+
Y.on('click', openpopup, "#action_link51613a5ab300715", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6236&slot=15","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
253
|
+
Y.on('click', openpopup, "#action_link51613a5ab300716", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6236&slot=16","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
254
|
+
Y.on('click', openpopup, "#action_link51613a5ab300717", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6236&slot=17","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
255
|
+
Y.on('click', openpopup, "#action_link51613a5ab300718", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6236&slot=18","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
256
|
+
Y.on('click', openpopup, "#action_link51613a5ab300719", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6237&slot=2","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
257
|
+
Y.on('click', openpopup, "#action_link51613a5ab300720", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6237&slot=3","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
258
|
+
Y.on('click', openpopup, "#action_link51613a5ab300721", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6237&slot=4","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
259
|
+
Y.on('click', openpopup, "#action_link51613a5ab300722", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6237&slot=5","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
260
|
+
Y.on('click', openpopup, "#action_link51613a5ab300723", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6237&slot=6","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
261
|
+
Y.on('click', openpopup, "#action_link51613a5ab300724", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6237&slot=8","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
262
|
+
Y.on('click', openpopup, "#action_link51613a5ab300725", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6237&slot=9","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
263
|
+
Y.on('click', openpopup, "#action_link51613a5ab300726", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6237&slot=10","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
264
|
+
Y.on('click', openpopup, "#action_link51613a5ab300727", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6237&slot=11","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
265
|
+
Y.on('click', openpopup, "#action_link51613a5ab300728", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6237&slot=12","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
266
|
+
Y.on('click', openpopup, "#action_link51613a5ab300729", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6237&slot=13","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
267
|
+
Y.on('click', openpopup, "#action_link51613a5ab300730", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6237&slot=14","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
268
|
+
Y.on('click', openpopup, "#action_link51613a5ab300731", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6237&slot=15","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
269
|
+
Y.on('click', openpopup, "#action_link51613a5ab300732", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6237&slot=16","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
270
|
+
Y.on('click', openpopup, "#action_link51613a5ab300733", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6237&slot=17","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
271
|
+
Y.on('click', openpopup, "#action_link51613a5ab300734", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6237&slot=18","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
272
|
+
Y.on('click', openpopup, "#action_link51613a5ab300735", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6238&slot=2","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
273
|
+
Y.on('click', openpopup, "#action_link51613a5ab300736", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6238&slot=3","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
274
|
+
Y.on('click', openpopup, "#action_link51613a5ab300737", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6238&slot=4","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
275
|
+
Y.on('click', openpopup, "#action_link51613a5ab300738", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6238&slot=5","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
276
|
+
Y.on('click', openpopup, "#action_link51613a5ab300739", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6238&slot=6","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
277
|
+
Y.on('click', openpopup, "#action_link51613a5ab300740", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6238&slot=8","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
278
|
+
Y.on('click', openpopup, "#action_link51613a5ab300741", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6238&slot=9","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
279
|
+
Y.on('click', openpopup, "#action_link51613a5ab300742", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6238&slot=10","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
280
|
+
Y.on('click', openpopup, "#action_link51613a5ab300743", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6238&slot=11","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
281
|
+
Y.on('click', openpopup, "#action_link51613a5ab300744", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6238&slot=12","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
282
|
+
Y.on('click', openpopup, "#action_link51613a5ab300745", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6238&slot=13","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
283
|
+
Y.on('click', openpopup, "#action_link51613a5ab300746", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6238&slot=14","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
284
|
+
Y.on('click', openpopup, "#action_link51613a5ab300747", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6238&slot=15","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
285
|
+
Y.on('click', openpopup, "#action_link51613a5ab300748", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6238&slot=16","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
286
|
+
Y.on('click', openpopup, "#action_link51613a5ab300749", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6238&slot=17","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
287
|
+
Y.on('click', openpopup, "#action_link51613a5ab300750", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6238&slot=18","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
288
|
+
Y.on('click', openpopup, "#action_link51613a5ab300751", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6242&slot=2","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
289
|
+
Y.on('click', openpopup, "#action_link51613a5ab300752", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6242&slot=3","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
290
|
+
Y.on('click', openpopup, "#action_link51613a5ab300753", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6242&slot=4","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
291
|
+
Y.on('click', openpopup, "#action_link51613a5ab300754", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6242&slot=5","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
292
|
+
Y.on('click', openpopup, "#action_link51613a5ab300755", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6242&slot=6","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
293
|
+
Y.on('click', openpopup, "#action_link51613a5ab300756", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6242&slot=8","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
294
|
+
Y.on('click', openpopup, "#action_link51613a5ab300757", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6242&slot=9","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
295
|
+
Y.on('click', openpopup, "#action_link51613a5ab300758", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6242&slot=10","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
296
|
+
Y.on('click', openpopup, "#action_link51613a5ab300759", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6242&slot=11","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
297
|
+
Y.on('click', openpopup, "#action_link51613a5ab300760", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6242&slot=12","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
298
|
+
Y.on('click', openpopup, "#action_link51613a5ab300761", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6242&slot=13","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
299
|
+
Y.on('click', openpopup, "#action_link51613a5ab300762", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6242&slot=14","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
300
|
+
Y.on('click', openpopup, "#action_link51613a5ab300763", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6242&slot=15","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
301
|
+
Y.on('click', openpopup, "#action_link51613a5ab300764", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6242&slot=16","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
302
|
+
Y.on('click', openpopup, "#action_link51613a5ab300765", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6242&slot=17","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
303
|
+
Y.on('click', openpopup, "#action_link51613a5ab300766", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6242&slot=18","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
304
|
+
Y.on('click', openpopup, "#action_link51613a5ab300767", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6244&slot=2","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
305
|
+
Y.on('click', openpopup, "#action_link51613a5ab300768", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6244&slot=3","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
306
|
+
Y.on('click', openpopup, "#action_link51613a5ab300769", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6244&slot=4","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
307
|
+
Y.on('click', openpopup, "#action_link51613a5ab300770", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6244&slot=5","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
308
|
+
Y.on('click', openpopup, "#action_link51613a5ab300771", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6244&slot=6","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
309
|
+
Y.on('click', openpopup, "#action_link51613a5ab300772", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6244&slot=8","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
310
|
+
Y.on('click', openpopup, "#action_link51613a5ab300773", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6244&slot=9","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
311
|
+
Y.on('click', openpopup, "#action_link51613a5ab300774", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6244&slot=10","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
312
|
+
Y.on('click', openpopup, "#action_link51613a5ab300775", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6244&slot=11","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
313
|
+
Y.on('click', openpopup, "#action_link51613a5ab300776", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6244&slot=12","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
314
|
+
Y.on('click', openpopup, "#action_link51613a5ab300777", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6244&slot=13","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
315
|
+
Y.on('click', openpopup, "#action_link51613a5ab300778", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6244&slot=14","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
316
|
+
Y.on('click', openpopup, "#action_link51613a5ab300779", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6244&slot=15","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
317
|
+
Y.on('click', openpopup, "#action_link51613a5ab300780", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6244&slot=16","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
318
|
+
Y.on('click', openpopup, "#action_link51613a5ab300781", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6244&slot=17","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
319
|
+
Y.on('click', openpopup, "#action_link51613a5ab300782", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6244&slot=18","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
320
|
+
Y.on('click', openpopup, "#action_link51613a5ab300783", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6245&slot=2","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
321
|
+
Y.on('click', openpopup, "#action_link51613a5ab300784", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6245&slot=3","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
322
|
+
Y.on('click', openpopup, "#action_link51613a5ab300785", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6245&slot=4","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
323
|
+
Y.on('click', openpopup, "#action_link51613a5ab300786", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6245&slot=5","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
324
|
+
Y.on('click', openpopup, "#action_link51613a5ab300787", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6245&slot=6","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
325
|
+
Y.on('click', openpopup, "#action_link51613a5ab300788", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6245&slot=8","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
326
|
+
Y.on('click', openpopup, "#action_link51613a5ab300789", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6245&slot=9","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
327
|
+
Y.on('click', openpopup, "#action_link51613a5ab300790", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6245&slot=10","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
328
|
+
Y.on('click', openpopup, "#action_link51613a5ab300791", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6245&slot=11","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
329
|
+
Y.on('click', openpopup, "#action_link51613a5ab300792", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6245&slot=12","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
330
|
+
Y.on('click', openpopup, "#action_link51613a5ab300793", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6245&slot=13","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
331
|
+
Y.on('click', openpopup, "#action_link51613a5ab300794", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6245&slot=14","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
332
|
+
Y.on('click', openpopup, "#action_link51613a5ab300795", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6245&slot=15","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
333
|
+
Y.on('click', openpopup, "#action_link51613a5ab300796", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6245&slot=16","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
334
|
+
Y.on('click', openpopup, "#action_link51613a5ab300797", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6245&slot=17","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
335
|
+
Y.on('click', openpopup, "#action_link51613a5ab300798", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6245&slot=18","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
336
|
+
Y.on('click', openpopup, "#action_link51613a5ab300799", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6246&slot=2","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
337
|
+
Y.on('click', openpopup, "#action_link51613a5ab3007100", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6246&slot=3","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
338
|
+
Y.on('click', openpopup, "#action_link51613a5ab3007101", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6246&slot=4","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
339
|
+
Y.on('click', openpopup, "#action_link51613a5ab3007102", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6246&slot=5","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
340
|
+
Y.on('click', openpopup, "#action_link51613a5ab3007103", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6246&slot=6","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
341
|
+
Y.on('click', openpopup, "#action_link51613a5ab3007104", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6246&slot=8","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
342
|
+
Y.on('click', openpopup, "#action_link51613a5ab3007105", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6246&slot=9","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
343
|
+
Y.on('click', openpopup, "#action_link51613a5ab3007106", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6246&slot=10","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
344
|
+
Y.on('click', openpopup, "#action_link51613a5ab3007107", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6246&slot=11","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
345
|
+
Y.on('click', openpopup, "#action_link51613a5ab3007108", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6246&slot=12","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
346
|
+
Y.on('click', openpopup, "#action_link51613a5ab3007109", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6246&slot=13","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
347
|
+
Y.on('click', openpopup, "#action_link51613a5ab3007110", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6246&slot=14","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
348
|
+
Y.on('click', openpopup, "#action_link51613a5ab3007111", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6246&slot=15","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
349
|
+
Y.on('click', openpopup, "#action_link51613a5ab3007112", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6246&slot=16","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
350
|
+
Y.on('click', openpopup, "#action_link51613a5ab3007113", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6246&slot=17","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
351
|
+
Y.on('click', openpopup, "#action_link51613a5ab3007114", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=6246&slot=18","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
352
|
+
Y.on('click', M.util.show_confirm_dialog, "#deleteattemptsbutton", null, {"message":"Are you absolutely sure you want to completely delete these attempts?"});
|
353
|
+
|
354
|
+
});
|
355
|
+
//]]>
|
356
|
+
</script>
|
357
|
+
</body>
|
358
|
+
</html>
|
@@ -0,0 +1,233 @@
|
|
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&image=favicon&rev=551&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&3.4.1/build/cssfonts/fonts-min.css&3.4.1/build/cssgrids/grids-min.css&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&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&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"]}},"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&rev=544"></script>
|
20
|
+
<script type="text/javascript" src="http://moodle2.htw-berlin.de/moodle/theme/javascript.php?theme=htw&rev=551&type=head"></script>
|
21
|
+
</head>
|
22
|
+
<body id="page-mod-quiz-report" class=" path-mod path-mod-quiz safari dir-ltr lang-de yui-skin-sam yui3-skin-sam moodle2-htw-berlin-de--moodle pagelayout-report 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> </span><span class="arrow sep">▶</span> <span tabindex="0">Meine Kurse</span></li><li> <span class="accesshide " ><span class="arrow_text">/</span> </span><span class="arrow sep">▶</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> </span><span class="arrow sep">▶</span> <span tabindex="0">Exam</span></li><li> <span class="accesshide " ><span class="arrow_text">/</span> </span><span class="arrow sep">▶</span> <a title="Test" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/view.php?id=1006">TestExam</a></li><li> <span class="accesshide " ><span class="arrow_text">/</span> </span><span class="arrow sep">▶</span> <a title="Ergebnisse" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&mode=overview">Ergebnisse</a></li><li> <span class="accesshide " ><span class="arrow_text">/</span> </span><span class="arrow sep">▶</span> <a title="Bewertung" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&mode=overview">Bewertung</a></li></ul></div>
|
36
|
+
<div class="navbutton"> </div>
|
37
|
+
</div>
|
38
|
+
</div>
|
39
|
+
<!-- END OF HEADER -->
|
40
|
+
|
41
|
+
<div id="page-content" class="clearfix">
|
42
|
+
<div id="report-main-content">
|
43
|
+
<div class="region-content">
|
44
|
+
<span id="maincontent"></span><div class="quizattemptcounts">Versuche: 1</div>
|
45
|
+
<form autocomplete="off" action="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php" method="post" accept-charset="utf-8" id="mform1" class="mform">
|
46
|
+
<div style="display: none;"><input type="hidden" name="id" value="3886" />
|
47
|
+
<input type="hidden" name="mode" value="overview" />
|
48
|
+
<input name="sesskey" type="hidden" value="9bv8BoLhyd" />
|
49
|
+
<input name="_qf__mod_quiz_report_overview_settings" type="hidden" value="1" />
|
50
|
+
</div>
|
51
|
+
|
52
|
+
<fieldset class="clearfix" id="preferencespage">
|
53
|
+
<legend class="ftoggler">Einstellungen für diese Seite</legend>
|
54
|
+
<div class="advancedbutton"></div><div class="fcontainer clearfix">
|
55
|
+
|
56
|
+
<div id="fitem_id_attemptsmode" class="fitem fitem_fselect"><div class="fitemtitle"><label for="id_attemptsmode">Anzeigen / Herunterladen </label></div><div class="felement fselect"><select name="attemptsmode" id="id_attemptsmode">
|
57
|
+
<option value="0" selected="selected">alle Versuche</option>
|
58
|
+
<option value="3">alle 'Teilnehmer/innen'</option>
|
59
|
+
<option value="2">nur 'Teilnehmer/innen' mit Versuchen</option>
|
60
|
+
<option value="1">nur 'Teilnehmer/innen' ohne Versuche</option>
|
61
|
+
</select></div></div>
|
62
|
+
<div id="fgroup_id_group_1" class="fitem fitem_fgroup"><div class="fitemtitle"><div class="fgrouplabel"><label>Versuche nur anzeigen/downloaden </label></div></div><fieldset class="felement fgroup"><span><input type="hidden" name="qmfilter" value="0" /><input name="qmfilter" type="checkbox" value="1" id="id_qmfilter" /><label for="id_qmfilter">Nur die Versuche der Nutzer, die bewertet werden (<span class="highlight">Bester Versuch</span>)</label></span><br /><span><input type="hidden" name="regradefilter" value="0" /><input name="regradefilter" type="checkbox" value="1" id="id_regradefilter" /><label for="id_regradefilter">die neu bewertet bzw. dafür markiert wurden</label></span></fieldset></div>
|
63
|
+
</div></fieldset>
|
64
|
+
<fieldset class="clearfix" id="preferencesuser">
|
65
|
+
<legend class="ftoggler">Ihre Einstellungen für diesen Bericht</legend>
|
66
|
+
<div class="advancedbutton"></div><div class="fcontainer clearfix">
|
67
|
+
|
68
|
+
<div id="fitem_id_pagesize" class="fitem fitem_ftext"><div class="fitemtitle"><label for="id_pagesize">Seitengröße </label></div><div class="felement ftext"><input name="pagesize" type="text" value="30" id="id_pagesize" /></div></div>
|
69
|
+
<div id="fitem_id_detailedmarks" class="fitem fitem_fselectyesno"><div class="fitemtitle"><label for="id_detailedmarks">Bewertungen für jede Frage anzeigen/downloaden </label></div><div class="felement fselectyesno"><select name="detailedmarks" id="id_detailedmarks">
|
70
|
+
<option value="0">Nein</option>
|
71
|
+
<option value="1" selected="selected">Ja</option>
|
72
|
+
</select></div></div>
|
73
|
+
<div id="fitem_id_submitbutton" class="fitem fitem_fsubmit"><div class="fitemtitle"><label for="id_submitbutton"> </label></div><div class="felement fsubmit"><input name="submitbutton" value="Bericht anzeigen" type="submit" id="id_submitbutton" /></div></div>
|
74
|
+
</div></fieldset>
|
75
|
+
</form><div class="mdl-align"><form action="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php"><div><input type="hidden" name="id" value="3886" />
|
76
|
+
<input type="hidden" name="mode" value="overview" />
|
77
|
+
<input type="hidden" name="attemptsmode" value="0" />
|
78
|
+
<input type="hidden" name="qmfilter" value="0" />
|
79
|
+
<input type="hidden" name="regradefilter" value="0" />
|
80
|
+
<input type="hidden" name="sesskey" value="9bv8BoLhyd" />
|
81
|
+
<input type="submit" name="regradeall" value="Alle neu bewerten"/><input type="submit" name="regradealldry" value="Probelauf einer vollständigen Neubewertung"/></div></form></div><div class="quizattemptcounts"><p>Bewertete und nicht bewertete Versuche der Teilnehmer/innen anzeigen. Der Versuch, der für die Bewertung genutzt wird, ist hervorgehoben. Als Bewertungsmethode wurde <span class="gradedattempt">Bester Versuch</span> gewählt.</p></div><div class="paging"></div><form action="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&mode=overview&attemptsmode=0&qmfilter=0&regradefilter=0" method="post"><div class="mdl-align"><input type="submit" value="Tabellendaten laden als"/><select id="menudownload" class="select menudownload" name="download"><option value="excel">Microsoft Excel Tabelle</option><option value="ods">OpenDocument Tabelle (ODS)</option><option value="tsv">Textdatei mit tabulatorgetrennten Werten</option><option selected="selected" value="csv">Textdatei mit kommagetrennten Werten (CVS)</option><option value="xhtml">Unformatierte XHTML-Datei</option></select></div></form><div id="tablecontainer"><form id="attemptsform" method="post" action="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php"><input type="hidden" name="id" value="3886" />
|
82
|
+
<input type="hidden" name="mode" value="overview" />
|
83
|
+
<input type="hidden" name="attemptsmode" value="0" />
|
84
|
+
<input type="hidden" name="qmfilter" value="0" />
|
85
|
+
<input type="hidden" name="regradefilter" value="0" />
|
86
|
+
<input type="hidden" name="sesskey" value="9bv8BoLhyd" />
|
87
|
+
<div><div class="no-overflow"><table cellspacing="0" class="flexible generaltable generalbox grades" id="attempts"><tr><th class="header c0" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&mode=overview&attemptsmode=0&qmfilter=0&regradefilter=0&tsort=checkbox"><span class="accesshide " >Sortiert nach Aufsteigend</span></a> <div class="commands"></div></th><th class="header c1 picture" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&mode=overview&attemptsmode=0&qmfilter=0&regradefilter=0&tsort=picture"><span class="accesshide " >Sortiert nach Aufsteigend</span></a> <div class="commands"></div></th><th class="header c2 bold" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&mode=overview&attemptsmode=0&qmfilter=0&regradefilter=0&tsort=firstname">Vorname<span class="accesshide " >Sortiert nach Vorname Aufsteigend</span></a> / <a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&mode=overview&attemptsmode=0&qmfilter=0&regradefilter=0&tsort=lastname">Nachname<span class="accesshide " >Sortiert nach Nachname Aufsteigend</span></a> <div class="commands"></div></th><th class="header c3" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&mode=overview&attemptsmode=0&qmfilter=0&regradefilter=0&tsort=email">E-Mail-Adresse<span class="accesshide " >Sortiert nach E-Mail-Adresse Aufsteigend</span></a> <div class="commands"></div></th><th class="header c4" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&mode=overview&attemptsmode=0&qmfilter=0&regradefilter=0&tsort=timestart">Begonnen am<span class="accesshide " >Sortiert nach Begonnen am Aufsteigend</span></a> <div class="commands"></div></th><th class="header c5" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&mode=overview&attemptsmode=0&qmfilter=0&regradefilter=0&tsort=timefinish">Beendet<span class="accesshide " >Sortiert nach Beendet Aufsteigend</span></a> <div class="commands"></div></th><th class="header c6" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&mode=overview&attemptsmode=0&qmfilter=0&regradefilter=0&tsort=duration">Verbrauchte Zeit<span class="accesshide " >Sortiert nach Verbrauchte Zeit Aufsteigend</span></a> <div class="commands"></div></th><th class="header c7" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&mode=overview&attemptsmode=0&qmfilter=0&regradefilter=0&tsort=qsgrade2">F 1<br />/100,00<span class="accesshide " >Sortiert nach F 1<br />/100,00 Aufsteigend</span></a> <div class="commands"></div></th><th class="header c8 bold" scope="col"><a href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&mode=overview&attemptsmode=0&qmfilter=0&regradefilter=0&tsort=sumgrades">Bewertung/100,00<span class="accesshide " >Sortiert nach Bewertung/100,00 Aufsteigend</span></a> <div class="commands"></div></th></tr><tr class="r1 gradedattempt"><td class="cell c0"><input type="checkbox" name="attemptid[]" value="1514" /></td><td class="cell c1 picture"><a href="http://moodle2.htw-berlin.de/moodle/user/view.php?id=100&course=67"><img src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=u%2Ff2&rev=551" alt="Nutzerbild Teo Teststudent" title="Nutzerbild Teo Teststudent" class="userpicture defaultuserpic" width="35" height="35" /></a></td><td class="cell c2 bold"><a href="http://moodle2.htw-berlin.de/moodle/user/profile.php?id=100&course=67">Teo Teststudent</a><br /><a class="reviewlink" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=1514">Versuch erneut ansehen</a></td><td class="cell c3">bela@infrastructure.de</td><td class="cell c4">6. Juli 2012 17:53</td><td class="cell c5">6. Juli 2012 17:53</td><td class="cell c6">14 Sekunden</td><td class="cell c7"><a title="Antwort erneut anzeigen" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/reviewquestion.php?attempt=1514&slot=2" id="action_link4ff70a1ed8be84"><span class="que"><span class="correct">100,00 <img class="icon" alt="Richtig" title="Richtig" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Ftick_green_big&rev=551" /></span></span></a></td><td class="cell c8 bold"><a title="Versuch erneut ansehen" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/review.php?attempt=1514">100,00</a></td></tr><tr class="r0"><td colspan="9"><div class="tabledivider"></div></td></tr><tr class="r1"><td class="cell c0"></td><td class="cell c1 picture"></td><td class="cell c2 bold">Gesamtdurchschnitt</td><td class="cell c3"></td><td class="cell c4"></td><td class="cell c5"></td><td class="cell c6"></td><td class="cell c7"><span class="avgcell"><span class="average">100,00</span> <span class="count">(1)</span></span></td><td class="cell c8 bold"><span class="avgcell"><span class="average">100,00</span> <span class="count">(1)</span></span></td></tr></table></div><div id="commands"><a href="javascript:select_all_in('DIV', null, 'tablecontainer');">Alle auswählen</a> / <a href="javascript:deselect_all_in('DIV', null, 'tablecontainer');">Alle abwählen</a> <input type="submit" name="regrade" value="Markierte Versuche neu bewerten"/><input type="submit" id="deleteattemptsbutton" name="delete" value="Ausgewählte Versuche löschen"/></div></div></form></div><div class="paging"></div><h2 class="main">Gesamtzahl der Teilnehmer/innen, die einzelne Bewertungstufen erreicht haben</h2><div class="graph"><img src="http://moodle2.htw-berlin.de/moodle/mod/quiz/report/overview/overviewgraph.php?id=100" alt="Gesamtzahl der Teilnehmer/innen, die einzelne Bewertungstufen erreicht haben" /></div> </div>
|
88
|
+
</div>
|
89
|
+
<div id="report-region-wrap">
|
90
|
+
<div id="report-region-pre" class="block-region">
|
91
|
+
<div class="region-content">
|
92
|
+
<a href="#sb-1" 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/report.php?id=1006&mode=overview&sesskey=9bv8BoLhyd&bui_moveid=4"><img src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=t%2Fmove&rev=551" alt="Verschieben" /></a><a class="icon" title="Konfiguration" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&mode=overview&sesskey=9bv8BoLhyd&bui_editid=4"><img src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=t%2Fedit&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&image=i%2Fnavigationitem&rev=551" />Meine Startseite</a></p></li>
|
93
|
+
<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&image=i%2Fnavigationitem&rev=551" />Blogs der Website</a></p></li>
|
94
|
+
<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&filterselect=0"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fnavigationitem&rev=551" />Anmerkungen</a></p></li>
|
95
|
+
<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&image=i%2Fnavigationitem&rev=551" />Schlagworte</a></p></li>
|
96
|
+
<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&image=i%2Fnavigationitem&rev=551" />Kalender</a></p></li>
|
97
|
+
<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&image=i%2Freport&rev=551" />Logdaten</a></p></li>
|
98
|
+
<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&inpopup=1" id="action_link4ff70a1ed8be81"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Freport&rev=551" />Live-Logdaten</a></p></li>
|
99
|
+
<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&image=i%2Freport&rev=551" />Kursaktivität</a></p></li>
|
100
|
+
<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&image=i%2Freport&rev=551" />Kursbeteiligung</a></p></li>
|
101
|
+
<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&image=i%2Freport&rev=551" />Statistiken</a></p></li></ul></li>
|
102
|
+
<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&image=icon&rev=551&component=forum" />Site news</a></p></li>
|
103
|
+
<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&image=f%2Fweb&rev=551" />HTW Moodle Info Pool - Your link to enlightenment</a></p></li></ul></li>
|
104
|
+
<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&image=i%2Fnavigationitem&rev=551" />Profil anzeigen</a></p></li>
|
105
|
+
<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&image=i%2Fnavigationitem&rev=551" />Beiträge</a></p></li>
|
106
|
+
<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&mode=discussions"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fnavigationitem&rev=551" />Themen</a></p></li></ul></li>
|
107
|
+
<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&image=i%2Fnavigationitem&rev=551" />Meine Beiträge</a></p></li>
|
108
|
+
<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&image=i%2Fnavigationitem&rev=551" />Neuer Beitrag</a></p></li>
|
109
|
+
<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&image=i%2Frss&rev=551" />Blog RSS Feed</a></p></li></ul></li>
|
110
|
+
<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&image=i%2Fnavigationitem&rev=551" />Mitteilungen</a></p></li>
|
111
|
+
<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&image=i%2Fnavigationitem&rev=551" />Eigene Dateien</a></p></li></ul></li>
|
112
|
+
<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>
|
113
|
+
<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&image=i%2Fnavigationitem&rev=551" />Kursblogs</a></p></li>
|
114
|
+
<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&filterselect=67"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fnavigationitem&rev=551" />Anmerkungen</a></p></li>
|
115
|
+
<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&course=67">The Teacher</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&course=67"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fnavigationitem&rev=551" />Profil anzeigen</a></p></li>
|
116
|
+
<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&course=67"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fnavigationitem&rev=551" />Beiträge</a></p></li>
|
117
|
+
<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&course=67&mode=discussions"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fnavigationitem&rev=551" />Themen</a></p></li></ul></li>
|
118
|
+
<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&image=i%2Fnavigationitem&rev=551" />Meine Beiträge</a></p></li>
|
119
|
+
<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&image=i%2Fnavigationitem&rev=551" />Neuer Beitrag</a></p></li>
|
120
|
+
<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&image=i%2Frss&rev=551" />Blog RSS Feed</a></p></li></ul></li>
|
121
|
+
<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&image=i%2Fnavigationitem&rev=551" />Mitteilungen</a></p></li>
|
122
|
+
<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&image=i%2Fnavigationitem&rev=551" />Eigene Dateien</a></p></li>
|
123
|
+
<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&course=67"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fnavigationitem&rev=551" />Anmerkungen</a></p></li>
|
124
|
+
<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&course=67&mode=today"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fnavigationitem&rev=551" />Heutige Logdaten</a></p></li>
|
125
|
+
<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&course=67&mode=all"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fnavigationitem&rev=551" />Alle Logdaten</a></p></li>
|
126
|
+
<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&course=67&mode=outline"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fnavigationitem&rev=551" />Zusammenfassung</a></p></li>
|
127
|
+
<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&course=67&mode=complete"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fnavigationitem&rev=551" />Vollständiger Bericht</a></p></li>
|
128
|
+
<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&course=67"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fnavigationitem&rev=551" />Statistiken</a></p></li></ul></li></ul></li></ul></li>
|
129
|
+
<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&image=i%2Freport&rev=551" />Logdaten</a></p></li>
|
130
|
+
<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&inpopup=1" id="action_link4ff70a1ed8be82"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Freport&rev=551" />Live-Logdaten</a></p></li>
|
131
|
+
<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&image=i%2Freport&rev=551" />Kursaktivität</a></p></li>
|
132
|
+
<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&image=i%2Freport&rev=551" />Kursbeteiligung</a></p></li>
|
133
|
+
<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&image=i%2Freport&rev=551" />Statistiken</a></p></li></ul></li>
|
134
|
+
<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>
|
135
|
+
<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>
|
136
|
+
<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>
|
137
|
+
<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>
|
138
|
+
<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>
|
139
|
+
<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>
|
140
|
+
<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&image=icon&rev=551&component=quiz" />Practice Exam</a></p></li>
|
141
|
+
<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&image=icon&rev=551&component=quiz" />Exam 1. PZ</a></p></li>
|
142
|
+
<li class="type_activity depth_5 contains_branch"><p class="tree_item branch hasicon"><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&image=icon&rev=551&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&image=i%2Finfo&rev=551" />Info</a></p></li>
|
143
|
+
<li class="type_setting depth_6 contains_branch"><p class="tree_item branch"><a title="Ergebnisse" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&mode=overview">Ergebnisse</a></p><ul><li class="type_setting depth_7 item_with_icon current_branch"><p class="tree_item leaf hasicon active_tree_node"><a title="Bewertung" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&mode=overview"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fitem&rev=551" />Bewertung</a></p></li>
|
144
|
+
<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&mode=responses"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fitem&rev=551" />Detailantworten</a></p></li>
|
145
|
+
<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&mode=statistics"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fitem&rev=551" />Statistik</a></p></li>
|
146
|
+
<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&mode=grading"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fitem&rev=551" />Freitext-Bewertung</a></p></li></ul></li></ul></li></ul></li></ul></li>
|
147
|
+
<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>
|
148
|
+
<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>
|
149
|
+
<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-1" class="skip-block-to"></span><a href="#sb-2" 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/report.php?id=1006&mode=overview&sesskey=9bv8BoLhyd&bui_moveid=5"><img src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=t%2Fmove&rev=551" alt="Verschieben" /></a><a class="icon" title="Konfiguration" href="http://moodle2.htw-berlin.de/moodle/mod/quiz/report.php?id=1006&mode=overview&sesskey=9bv8BoLhyd&bui_editid=5"><img src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=t%2Fedit&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&return=1&sesskey=9bv8BoLhyd"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fnavigationitem&rev=551" />Einstellungen bearbeiten</a></p></li>
|
150
|
+
<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&mode=group"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fnavigationitem&rev=551" />Gruppenänderungen</a></p></li>
|
151
|
+
<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&mode=user"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fnavigationitem&rev=551" />Nutzeränderungen</a></p></li>
|
152
|
+
<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&image=t%2Fedit&rev=551" />Testinhalt bearbeiten</a></p></li>
|
153
|
+
<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&sesskey=9bv8BoLhyd"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=t%2Fpreview&rev=551" />Vorschau</a></p></li>
|
154
|
+
<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&image=i%2Fnavigationitem&rev=551" />Lokale Rollen zuweisen</a></p></li>
|
155
|
+
<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&image=i%2Fnavigationitem&rev=551" />Rechte</a></p></li>
|
156
|
+
<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&image=i%2Fnavigationitem&rev=551" />Rechte prüfen</a></p></li>
|
157
|
+
<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&image=i%2Fnavigationitem&rev=551" />Filter</a></p></li>
|
158
|
+
<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&id=67&modid=1006"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fnavigationitem&rev=551" />Logdaten</a></p></li>
|
159
|
+
<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&cm=3886"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fnavigationitem&rev=551" />Sicherung</a></p></li>
|
160
|
+
<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&image=i%2Fnavigationitem&rev=551" />Wiederherstellen</a></p></li>
|
161
|
+
<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&image=i%2Fnavigationitem&rev=551" />Fragen</a></p></li>
|
162
|
+
<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&image=i%2Fnavigationitem&rev=551" />Kategorien</a></p></li>
|
163
|
+
<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&image=i%2Fnavigationitem&rev=551" />Import</a></p></li>
|
164
|
+
<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&image=i%2Fnavigationitem&rev=551" />Export</a></p></li></ul></li></ul></li>
|
165
|
+
<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&sesskey=9bv8BoLhyd&edit=off"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fedit&rev=551" />Bearbeiten ausschalten</a></p></li>
|
166
|
+
<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&image=i%2Fsettings&rev=551" />Einstellungen bearbeiten</a></p></li>
|
167
|
+
<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&image=i%2Fusers&rev=551" />Eingeschriebene Nutzer/innen</a></p></li>
|
168
|
+
<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&id=100"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fnavigationitem&rev=551" />Selbsteinschreibung (Student)</a></p></li></ul></li>
|
169
|
+
<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&image=i%2Fgroup&rev=551" />Gruppen</a></p></li>
|
170
|
+
<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&image=i%2Fcheckpermissions&rev=551" />Rechte prüfen</a></p></li></ul></li>
|
171
|
+
<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&image=i%2Froles&rev=551" />Weitere Nutzer/innen</a></p></li></ul></li>
|
172
|
+
<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&image=i%2Ffilter&rev=551" />Filter</a></p></li>
|
173
|
+
<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&image=i%2Fgrades&rev=551" />Bewertungen</a></p></li>
|
174
|
+
<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&image=i%2Fbackup&rev=551" />Sicherung</a></p></li>
|
175
|
+
<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&image=i%2Frestore&rev=551" />Wiederherstellen</a></p></li>
|
176
|
+
<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&image=i%2Frestore&rev=551" />Import</a></p></li>
|
177
|
+
<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&image=i%2Freturn&rev=551" />Zurücksetzen</a></p></li>
|
178
|
+
<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&image=i%2Fnavigationitem&rev=551" />Fragen</a></p></li>
|
179
|
+
<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&image=i%2Fnavigationitem&rev=551" />Kategorien</a></p></li>
|
180
|
+
<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&image=i%2Fnavigationitem&rev=551" />Import</a></p></li>
|
181
|
+
<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&image=i%2Fnavigationitem&rev=551" />Export</a></p></li></ul></li></ul></li>
|
182
|
+
<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&sesskey=9bv8BoLhyd&switchrole=4&returnurl=http%3A%2F%2Fmoodle2.htw-berlin.de%2Fmoodle%2Fmod%2Fquiz%2Freport.php%3Fid%3D3886%26mode%3Doverview%26sesskey%3D9bv8BoLhyd"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Froles&rev=551" />Non-editing teacher</a></p></li>
|
183
|
+
<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&sesskey=9bv8BoLhyd&switchrole=5&returnurl=http%3A%2F%2Fmoodle2.htw-berlin.de%2Fmoodle%2Fmod%2Fquiz%2Freport.php%3Fid%3D3886%26mode%3Doverview%26sesskey%3D9bv8BoLhyd"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Froles&rev=551" />Student</a></p></li>
|
184
|
+
<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&sesskey=9bv8BoLhyd&switchrole=6&returnurl=http%3A%2F%2Fmoodle2.htw-berlin.de%2Fmoodle%2Fmod%2Fquiz%2Freport.php%3Fid%3D3886%26mode%3Doverview%26sesskey%3D9bv8BoLhyd"><img alt="" class="smallicon navicon" title="" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Froles&rev=551" />Guest</a></p></li></ul></li>
|
185
|
+
<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&course=67"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fnavigationitem&rev=551" />Profil bearbeiten</a></p></li>
|
186
|
+
<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&image=i%2Fnavigationitem&rev=551" />Kennwort ändern</a></p></li>
|
187
|
+
<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&image=i%2Fnavigationitem&rev=551" />Sicherheitsschlüssel</a></p></li>
|
188
|
+
<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&course=67"><img alt="moodle" class="smallicon navicon" title="moodle" src="http://moodle2.htw-berlin.de/moodle/theme/image.php?theme=htw&image=i%2Fnavigationitem&rev=551" />Mitteilungssystem</a></p></li>
|
189
|
+
<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&image=i%2Fnavigationitem&rev=551" />Voreinstellungen</a></p></li>
|
190
|
+
<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&image=i%2Fnavigationitem&rev=551" />Externe Blogs</a></p></li>
|
191
|
+
<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&image=i%2Fnavigationitem&rev=551" />Externen Blog registrieren ...</a></p></li></ul></li></ul></li></ul></div></div></div><span id="sb-2" class="skip-block-to"></span><a href="#sb-3" 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/report.php" id="add_block"><div><input type="hidden" name="id" value="3886" /><input type="hidden" name="mode" value="overview" /><input type="hidden" name="sesskey" value="9bv8BoLhyd" /><select id="single_select4ff70a1ed8be83" 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-3" class="skip-block-to"></span> </div>
|
192
|
+
</div>
|
193
|
+
</div>
|
194
|
+
</div>
|
195
|
+
|
196
|
+
<!-- START OF FOOTER -->
|
197
|
+
<div id="page-footer" class="clearfix">
|
198
|
+
<p class="helplink"><a href="http://docs.moodle.org/22/de/mod/quiz/report"><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&image=docs&rev=551" />Moodle-Dokumentation für diese Seite</a></p>
|
199
|
+
<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>
|
200
|
+
</div>
|
201
|
+
<script type="text/javascript" src="http://moodle2.htw-berlin.de/moodle/theme/javascript.php?theme=htw&rev=551&type=footer"></script>
|
202
|
+
<script type="text/javascript">
|
203
|
+
//<![CDATA[
|
204
|
+
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"},"admin":{"confirmation":"Best\u00e4tigung"}};
|
205
|
+
//]]>
|
206
|
+
</script>
|
207
|
+
<script type="text/javascript">
|
208
|
+
//<![CDATA[
|
209
|
+
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}];
|
210
|
+
//]]>
|
211
|
+
</script>
|
212
|
+
<script type="text/javascript">
|
213
|
+
//<![CDATA[
|
214
|
+
YUI(M.yui.loader).use('node', function(Y) {
|
215
|
+
M.util.load_flowplayer();
|
216
|
+
setTimeout("fix_column_widths()", 20);
|
217
|
+
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});
|
218
|
+
});
|
219
|
+
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});
|
220
|
+
});
|
221
|
+
M.util.init_select_autosubmit(Y, "add_block", "single_select4ff70a1ed8be83", "");
|
222
|
+
M.util.init_block_hider(Y, {"id":"inst4","title":"Navigation","preference":"block4hidden","tooltipVisible":"Block Navigation verbergen","tooltipHidden":"Block Navigation anzeigen"});
|
223
|
+
M.util.init_block_hider(Y, {"id":"inst5","title":"Einstellungen","preference":"block5hidden","tooltipVisible":"Block Einstellungen verbergen","tooltipHidden":"Block Einstellungen anzeigen"});
|
224
|
+
Y.on('click', openpopup, "#action_link4ff70a1ed8be81", 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"});
|
225
|
+
Y.on('click', openpopup, "#action_link4ff70a1ed8be82", 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"});
|
226
|
+
Y.on('click', openpopup, "#action_link4ff70a1ed8be84", null, {"url":"http:\/\/moodle2.htw-berlin.de\/moodle\/mod\/quiz\/reviewquestion.php?attempt=1514&slot=2","name":"reviewquestion","options":"height=450,width=650,top=0,left=0,menubar=0,location=0,scrollbars,resizable,toolbar,status,directories=0,fullscreen=0,dependent"});
|
227
|
+
Y.on('click', M.util.show_confirm_dialog, "#deleteattemptsbutton", null, {"message":"Sind Sie wirklich sicher, dass Sie diese Versuche l\u00f6schen wollen?"});
|
228
|
+
|
229
|
+
});
|
230
|
+
//]]>
|
231
|
+
</script>
|
232
|
+
</body>
|
233
|
+
</html>
|