Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fltrail
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fides
fltrail
Commits
731cb8d6
Commit
731cb8d6
authored
6 years ago
by
Axel
Browse files
Options
Downloads
Patches
Plain Diff
stash
parent
90789a8a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gemeinsamforschen/src/main/webapp/pages/finalAssessments.jsp
+247
-247
247 additions, 247 deletions
gemeinsamforschen/src/main/webapp/pages/finalAssessments.jsp
with
247 additions
and
247 deletions
gemeinsamforschen/src/main/webapp/pages/finalAssessments.jsp
+
247
−
247
View file @
731cb8d6
<%@ page
language=
"java"
contentType=
"text/html; charset=UTF-8"
pageEncoding=
"UTF-8"
%>
<%@ taglib
uri=
"../core/pages/gemeinsamForschen.tld"
prefix=
"menu"
%>
<%@ page
language=
"java"
contentType=
"text/html; charset=UTF-8"
pageEncoding=
"UTF-8"
%>
<%@ taglib
uri=
"../core/pages/gemeinsamForschen.tld"
prefix=
"menu"
%>
<!DOCTYPE html>
<html>
...
...
@@ -42,256 +42,256 @@
<h1>
Assessment for project1
</h1>
<!-- here will be all the content -->
<div
class=
"container"
>
<div
id=
"myCarousel"
class=
"carousel slide"
data-ride=
"carousel"
data-interval=
"false"
>
<!-- Indicators -->
<ol
class=
"carousel-indicators"
>
<li
data-target=
"#myCarousel"
data-slide-to=
"0"
class=
"active"
></li>
<li
data-target=
"#myCarousel"
data-slide-to=
"1"
></li>
<li
data-target=
"#myCarousel"
data-slide-to=
"2"
></li>
</ol>
<div
id=
"myCarousel"
class=
"carousel slide"
data-ride=
"carousel"
data-interval=
"false"
>
<!-- Indicators -->
<ol
class=
"carousel-indicators"
>
<li
data-target=
"#myCarousel"
data-slide-to=
"0"
class=
"active"
></li>
<li
data-target=
"#myCarousel"
data-slide-to=
"1"
></li>
<li
data-target=
"#myCarousel"
data-slide-to=
"2"
></li>
</ol>
<!-- Wrapper for slides -->
<div
class=
"carousel-inner"
>
<div
class=
"item active"
>
<table
class=
"table-striped peerStudent"
style=
"width:70%;border:1px solid; margin:auto;"
id=
"student1"
>
<tr>
<td
align=
"center"
>
<img
src=
"../assets/img/1.jpg"
alt=
"student1"
style=
"width:20%;"
>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Führungsqualität
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label>
gut
<input
type=
"radio"
value=
"5"
name=
"leadership1"
></label>
<input
type=
"radio"
value=
"4"
name=
"leadership1"
>
<input
type=
"radio"
value=
"3"
name=
"leadership1"
>
<input
type=
"radio"
value=
"2"
name=
"leadership1"
>
<label><input
type=
"radio"
value=
"1"
name=
"leadership1"
>
ungenügend
</label>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Kooperationsbereitschaft
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label><input
type=
"radio"
value=
"5"
name=
"cooparation1"
>
gut
</label>
<input
type=
"radio"
value=
"4"
name=
"cooparation1"
>
<input
type=
"radio"
value=
"3"
name=
"cooparation1"
>
<input
type=
"radio"
value=
"2"
name=
"cooparation1"
>
<label><input
type=
"radio"
value=
"1"
name=
"cooparation1"
>
ungenügend
</label>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Pünktlichkeit
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label><input
type=
"radio"
value=
"5"
name=
"punctual1"
>
gut
</label>
<input
type=
"radio"
value=
"4"
name=
"punctual1"
>
<input
type=
"radio"
value=
"3"
name=
"punctual1"
>
<input
type=
"radio"
value=
"2"
name=
"punctual1"
>
<label><input
type=
"radio"
value=
"1"
name=
"punctual1"
>
ungenügend
</label>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Selbstständigkeit
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label><input
type=
"radio"
value=
"5"
name=
"autonomous1"
>
gut
</label>
<input
type=
"radio"
value=
"4"
name=
"autonomous1"
>
<input
type=
"radio"
value=
"3"
name=
"autonomous1"
>
<input
type=
"radio"
value=
"2"
name=
"autonomous1"
>
<label><input
type=
"radio"
value=
"1"
name=
"autonomous1"
>
ungenügend
</label>
</td>
</tr>
</table>
</div>
<div
class=
"item"
>
<table
class=
"table-striped peerStudent"
style=
"width:70%;border:1px solid; margin:auto;"
id=
"student2"
>
<tr>
<td
align=
"center"
>
<img
src=
"../assets/img/2.jpg"
alt=
"student2"
style=
"width:20%;"
>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Führungsqualität
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label>
gut
<input
type=
"radio"
value=
"5"
name=
"leadership2"
></label>
<input
type=
"radio"
value=
"4"
name=
"leadership2"
>
<input
type=
"radio"
value=
"3"
name=
"leadership2"
>
<input
type=
"radio"
value=
"2"
name=
"leadership2"
>
<label><input
type=
"radio"
value=
"1"
name=
"leadership2"
>
ungenügend
</label>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Kooperationsbereitschaft
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label><input
type=
"radio"
value=
"5"
name=
"cooparation2"
>
gut
</label>
<input
type=
"radio"
value=
"4"
name=
"cooparation2"
>
<input
type=
"radio"
value=
"3"
name=
"cooparation2"
>
<input
type=
"radio"
value=
"2"
name=
"cooparation2"
>
<label><input
type=
"radio"
value=
"1"
name=
"cooparation2"
>
ungenügend
</label>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Pünktlichkeit
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label><input
type=
"radio"
value=
"5"
name=
"punctual2"
>
gut
</label>
<input
type=
"radio"
value=
"4"
name=
"punctual2"
>
<input
type=
"radio"
value=
"3"
name=
"punctual2"
>
<input
type=
"radio"
value=
"2"
name=
"punctual2"
>
<label><input
type=
"radio"
value=
"1"
name=
"punctual2"
>
ungenügend
</label>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Selbstständigkeit
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label><input
type=
"radio"
value=
"5"
name=
"autonomous2"
>
gut
</label>
<input
type=
"radio"
value=
"4"
name=
"autonomous2"
>
<input
type=
"radio"
value=
"3"
name=
"autonomous2"
>
<input
type=
"radio"
value=
"2"
name=
"autonomous2"
>
<label><input
type=
"radio"
value=
"1"
name=
"autonomous2"
>
ungenügend
</label>
</td>
</tr>
</table>
</div>
<!-- Wrapper for slides -->
<div
class=
"carousel-inner"
>
<div
class=
"item active"
>
<table
class=
"table-striped peerStudent"
style=
"width:70%;border:1px solid; margin:auto;"
id=
"student1"
>
<tr>
<td
align=
"center"
>
<img
src=
"../assets/img/1.jpg"
alt=
"student1"
style=
"width:20%;"
>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Führungsqualität
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label>
gut
<input
type=
"radio"
value=
"5"
name=
"leadership1"
></label>
<input
type=
"radio"
value=
"4"
name=
"leadership1"
>
<input
type=
"radio"
value=
"3"
name=
"leadership1"
>
<input
type=
"radio"
value=
"2"
name=
"leadership1"
>
<label><input
type=
"radio"
value=
"1"
name=
"leadership1"
>
ungenügend
</label>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Kooperationsbereitschaft
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label><input
type=
"radio"
value=
"5"
name=
"cooparation1"
>
gut
</label>
<input
type=
"radio"
value=
"4"
name=
"cooparation1"
>
<input
type=
"radio"
value=
"3"
name=
"cooparation1"
>
<input
type=
"radio"
value=
"2"
name=
"cooparation1"
>
<label><input
type=
"radio"
value=
"1"
name=
"cooparation1"
>
ungenügend
</label>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Pünktlichkeit
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label><input
type=
"radio"
value=
"5"
name=
"punctual1"
>
gut
</label>
<input
type=
"radio"
value=
"4"
name=
"punctual1"
>
<input
type=
"radio"
value=
"3"
name=
"punctual1"
>
<input
type=
"radio"
value=
"2"
name=
"punctual1"
>
<label><input
type=
"radio"
value=
"1"
name=
"punctual1"
>
ungenügend
</label>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Selbstständigkeit
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label><input
type=
"radio"
value=
"5"
name=
"autonomous1"
>
gut
</label>
<input
type=
"radio"
value=
"4"
name=
"autonomous1"
>
<input
type=
"radio"
value=
"3"
name=
"autonomous1"
>
<input
type=
"radio"
value=
"2"
name=
"autonomous1"
>
<label><input
type=
"radio"
value=
"1"
name=
"autonomous1"
>
ungenügend
</label>
</td>
</tr>
</table>
</div>
<div
class=
"item"
>
<table
class=
"table-striped peerStudent"
style=
"width:70%;border:1px solid; margin:auto;"
id=
"student3"
>
<tr>
<td
align=
"center"
>
<img
src=
"../assets/img/3.jpg"
alt=
"student3"
style=
"width:20%;"
>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Führungsqualität
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label>
gut
<input
type=
"radio"
value=
"5"
name=
"leadership3"
></label>
<input
type=
"radio"
value=
"4"
name=
"leadership3"
>
<input
type=
"radio"
value=
"3"
name=
"leadership3"
>
<input
type=
"radio"
value=
"2"
name=
"leadership3"
>
<label><input
type=
"radio"
value=
"1"
name=
"leadership3"
>
ungenügend
</label>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Kooperationsbereitschaft
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label><input
type=
"radio"
value=
"5"
name=
"cooparation3"
>
gut
</label>
<input
type=
"radio"
value=
"4"
name=
"cooparation3"
>
<input
type=
"radio"
value=
"3"
name=
"cooparation3"
>
<input
type=
"radio"
value=
"2"
name=
"cooparation3"
>
<label><input
type=
"radio"
value=
"1"
name=
"cooparation3"
>
ungenügend
</label>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Pünktlichkeit
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label><input
type=
"radio"
value=
"5"
name=
"punctual3"
>
gut
</label>
<input
type=
"radio"
value=
"4"
name=
"punctual3"
>
<input
type=
"radio"
value=
"3"
name=
"punctual3"
>
<input
type=
"radio"
value=
"2"
name=
"punctual3"
>
<label><input
type=
"radio"
value=
"1"
name=
"punctual3"
>
ungenügend
</label>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Selbstständigkeit
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label><input
type=
"radio"
value=
"5"
name=
"autonomous3"
>
gut
</label>
<input
type=
"radio"
value=
"4"
name=
"autonomous3"
>
<input
type=
"radio"
value=
"3"
name=
"autonomous3"
>
<input
type=
"radio"
value=
"2"
name=
"autonomous3"
>
<label><input
type=
"radio"
value=
"1"
name=
"autonomous3"
>
ungenügend
</label>
</td>
</tr>
</table>
</div>
<div
class=
"item"
>
<table
class=
"table-striped peerStudent"
style=
"width:70%;border:1px solid; margin:auto;"
id=
"student2"
>
<tr>
<td
align=
"center"
>
<img
src=
"../assets/img/2.jpg"
alt=
"student2"
style=
"width:20%;"
>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Führungsqualität
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label>
gut
<input
type=
"radio"
value=
"5"
name=
"leadership2"
></label>
<input
type=
"radio"
value=
"4"
name=
"leadership2"
>
<input
type=
"radio"
value=
"3"
name=
"leadership2"
>
<input
type=
"radio"
value=
"2"
name=
"leadership2"
>
<label><input
type=
"radio"
value=
"1"
name=
"leadership2"
>
ungenügend
</label>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Kooperationsbereitschaft
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label><input
type=
"radio"
value=
"5"
name=
"cooparation2"
>
gut
</label>
<input
type=
"radio"
value=
"4"
name=
"cooparation2"
>
<input
type=
"radio"
value=
"3"
name=
"cooparation2"
>
<input
type=
"radio"
value=
"2"
name=
"cooparation2"
>
<label><input
type=
"radio"
value=
"1"
name=
"cooparation2"
>
ungenügend
</label>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Pünktlichkeit
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label><input
type=
"radio"
value=
"5"
name=
"punctual2"
>
gut
</label>
<input
type=
"radio"
value=
"4"
name=
"punctual2"
>
<input
type=
"radio"
value=
"3"
name=
"punctual2"
>
<input
type=
"radio"
value=
"2"
name=
"punctual2"
>
<label><input
type=
"radio"
value=
"1"
name=
"punctual2"
>
ungenügend
</label>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Selbstständigkeit
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label><input
type=
"radio"
value=
"5"
name=
"autonomous2"
>
gut
</label>
<input
type=
"radio"
value=
"4"
name=
"autonomous2"
>
<input
type=
"radio"
value=
"3"
name=
"autonomous2"
>
<input
type=
"radio"
value=
"2"
name=
"autonomous2"
>
<label><input
type=
"radio"
value=
"1"
name=
"autonomous2"
>
ungenügend
</label>
</td>
</tr>
</table>
</div>
<!-- Left and right controls -->
<a
class=
"left carousel-control"
href=
"#myCarousel"
data-slide=
"prev"
>
<span
class=
"glyphicon glyphicon-chevron-left"
></span>
<span
class=
"sr-only"
>
Previous
</span>
</a>
<a
class=
"right carousel-control"
href=
"#myCarousel"
data-slide=
"next"
>
<span
class=
"glyphicon glyphicon-chevron-right"
></span>
<span
class=
"sr-only"
>
Next
</span>
</a>
<div
class=
"item"
>
<table
class=
"table-striped peerStudent"
style=
"width:70%;border:1px solid; margin:auto;"
id=
"student3"
>
<tr>
<td
align=
"center"
>
<img
src=
"../assets/img/3.jpg"
alt=
"student3"
style=
"width:20%;"
>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Führungsqualität
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label>
gut
<input
type=
"radio"
value=
"5"
name=
"leadership3"
></label>
<input
type=
"radio"
value=
"4"
name=
"leadership3"
>
<input
type=
"radio"
value=
"3"
name=
"leadership3"
>
<input
type=
"radio"
value=
"2"
name=
"leadership3"
>
<label><input
type=
"radio"
value=
"1"
name=
"leadership3"
>
ungenügend
</label>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Kooperationsbereitschaft
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label><input
type=
"radio"
value=
"5"
name=
"cooparation3"
>
gut
</label>
<input
type=
"radio"
value=
"4"
name=
"cooparation3"
>
<input
type=
"radio"
value=
"3"
name=
"cooparation3"
>
<input
type=
"radio"
value=
"2"
name=
"cooparation3"
>
<label><input
type=
"radio"
value=
"1"
name=
"cooparation3"
>
ungenügend
</label>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Pünktlichkeit
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label><input
type=
"radio"
value=
"5"
name=
"punctual3"
>
gut
</label>
<input
type=
"radio"
value=
"4"
name=
"punctual3"
>
<input
type=
"radio"
value=
"3"
name=
"punctual3"
>
<input
type=
"radio"
value=
"2"
name=
"punctual3"
>
<label><input
type=
"radio"
value=
"1"
name=
"punctual3"
>
ungenügend
</label>
</td>
</tr>
<tr>
<td
align=
"center"
>
<h3>
Selbstständigkeit
</h3>
</td>
</tr>
<tr>
<td
align=
"center"
>
<label><input
type=
"radio"
value=
"5"
name=
"autonomous3"
>
gut
</label>
<input
type=
"radio"
value=
"4"
name=
"autonomous3"
>
<input
type=
"radio"
value=
"3"
name=
"autonomous3"
>
<input
type=
"radio"
value=
"2"
name=
"autonomous3"
>
<label><input
type=
"radio"
value=
"1"
name=
"autonomous3"
>
ungenügend
</label>
</td>
</tr>
</table>
</div>
</div>
<button
class=
"btn btn-success"
id=
"assessThePeer"
>
Gruppe bewerten
</button>
<!-- Left and right controls -->
<a
class=
"left carousel-control"
href=
"#myCarousel"
data-slide=
"prev"
>
<span
class=
"glyphicon glyphicon-chevron-left"
></span>
<span
class=
"sr-only"
>
Previous
</span>
</a>
<a
class=
"right carousel-control"
href=
"#myCarousel"
data-slide=
"next"
>
<span
class=
"glyphicon glyphicon-chevron-right"
></span>
<span
class=
"sr-only"
>
Next
</span>
</a>
</div>
<button
class=
"btn btn-success"
id=
"assessThePeer"
>
Gruppe bewerten
</button>
</div>
</td>
<td
id=
"chat"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment