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
936d589d
Commit
936d589d
authored
6 years ago
by
DESKTOP-GQAQBS4\Admin
Browse files
Options
Downloads
Patches
Plain Diff
Views
parent
ba57802f
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/view_student_criteriachoice.html
+100
-0
100 additions, 0 deletions
...en/src/main/webapp/pages/view_student_criteriachoice.html
with
100 additions
and
0 deletions
gemeinsamforschen/src/main/webapp/pages/view_student_criteriachoice.html
0 → 100644
+
100
−
0
View file @
936d589d
<!DOCTYPE html>
<html>
<meta
http-equiv=
"content-type"
content=
"text/html; charset=utf-8"
>
<head>
<title>
View survey results of other people in read-only/display mode, jQuery Survey Library Example
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<script
src=
"https://unpkg.com/jquery"
></script>
<script
src=
"https://surveyjs.azureedge.net/1.0.29/survey.jquery.js"
></script>
<link
href=
"https://surveyjs.azureedge.net/1.0.29/survey.css"
type=
"text/css"
rel=
"stylesheet"
/>
<link
rel=
"stylesheet"
href=
"./index.css"
>
</head>
<br>
<h2>
Auswahl der Kriterien für Studenten
</h2>
<div
id=
"surveyElement"
></div>
<div
id=
"surveyResult"
></div>
<script
type=
"text/javascript"
>
Survey
.
StylesManager
.
applyTheme
(
"
default
"
);
var
json
=
{
pages
:
[
{
questions
:
[
{
type
:
"
matrix
"
,
name
:
"
Quality
"
,
title
:
"
Bitte markiere wie stark die einzelnen Punkte auf Dich zutreffen
"
,
columns
:
[
{
value
:
1
,
text
:
1
},
{
value
:
2
,
text
:
2
},
{
value
:
3
,
text
:
3
},
{
value
:
4
,
text
:
4
},
{
value
:
5
,
text
:
5
},
],
rows
:
[
{
value
:
"
affordable
"
,
text
:
"
Ich kann mich selbst so organisieren, dass ich alle Deadlines einhalten kann
"
},
{
value
:
"
does what it claims
"
,
text
:
"
Kurz nach der Vorlesung kann ich mich an den Kernstoff erinnern
"
},
{
value
:
"
better then others
"
,
text
:
"
Ich kann die meisten Schlüsselkompetenzen verstehen die meinen Kurs betreffen
"
},
{
value
:
"
easy to use
"
,
text
:
"
Ich kann mich gut selbst organisieren
"
}
]
},
{
type
:
"
rating
"
,
name
:
"
satisfaction
"
,
title
:
"
Wie zufrieden sind Sie mit Ihrer eigenen Arbeit
"
,
mininumRateDescription
:
"
Nicht zufrieden
"
,
maximumRateDescription
:
"
Komplett zufrieden
"
},
]
},
]
};
window
.
survey
=
new
Survey
.
Model
(
json
);
survey
.
onComplete
.
add
(
function
(
result
)
{
document
.
querySelector
(
'
#surveyResult
'
)
//.innerHTML = "result: " + JSON.stringify(result.data);
});
$
(
"
#surveyElement
"
).
Survey
({
model
:
survey
});
</script>
</body>
</html>
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