File tree Expand file tree Collapse file tree 8 files changed +60
-26
lines changed Expand file tree Collapse file tree 8 files changed +60
-26
lines changed Original file line number Diff line number Diff line change 12
12
< script type ="text/javascript " async ="" src ="../js/cookies.js "> </ script >
13
13
< script type ="text/javascript " async ="" src ="../js/requirements.js "> </ script >
14
14
< script type ="text/javascript " async ="" src ="../js/compatibility.js "> </ script >
15
+ < script type ="text/javascript " async ="" src ="../js/lang-{{ language }}.js "> </ script >
15
16
< link type ="text/css " rel ="stylesheet " href ="../css/tutorial.css " media ="screen "/>
16
17
< link type ="text/css " rel ="stylesheet " href ="../css/playfield.css " media ="screen "/>
17
18
< link type ="text/css " rel ="stylesheet " href ="../css/quiz.css " media ="screen "/>
Original file line number Diff line number Diff line change 25
25
.toggle-hint {
26
26
}
27
27
28
- .clicked .toggle-hint : before {
29
- content : "Hinweis verstecken!" ;
30
- }
31
- .secret .toggle-hint : before {
32
- content : "Hinweis anzeigen?" ;
33
- }
34
28
35
29
36
30
Original file line number Diff line number Diff line change 1
1
2
+ /* --- hints --- */
3
+ .clicked .toggle-hint : before {
4
+ content : "Hinweis verstecken!" ;
5
+ }
6
+ .secret .toggle-hint : before {
7
+ content : "Hinweis anzeigen?" ;
8
+ }
9
+
10
+ /* --- more description --- */
11
+ .playfield .verbose .match .ok : after {
12
+ content : "✓ gefunden" ;
13
+ }
14
+ .playfield .verbose .match .fail : after {
15
+ content : "✓ gefunden, soll nicht passen" ;
16
+ }
17
+ .playfield .verbose .nomatch .ok : after {
18
+ content : "soll gefunden werden" ;
19
+ }
20
+ .playfield .verbose .nomatch .fail : after {
21
+ content : "ok, nicht gefunden" ;
22
+ }
23
+
24
+ /* --- quiz --- */
25
+ .quiz .expression : before {
26
+ content : "Regulärer Ausdruck: " ;
27
+ }
28
+ .quiz .expression : after {
29
+ content : " In welchen Zeilen kommt er vor? Klicke auf \"Ja\" oder \"Nein\"." ;
30
+ }
Original file line number Diff line number Diff line change 1
1
2
+ /* --- hints --- */
3
+ .clicked .toggle-hint : before {
4
+ content : "Hide the hint!" ;
5
+ }
6
+ .secret .toggle-hint : before {
7
+ content : "Show a hint?" ;
8
+ }
9
+
10
+ /* --- more description --- */
11
+ .playfield .verbose .match .ok : after {
12
+ content : "✓ matched" ;
13
+ }
14
+ .playfield .verbose .match .fail : after {
15
+ content : "✓ matched, but should not match" ;
16
+ }
17
+ .playfield .verbose .nomatch .ok : after {
18
+ content : "should match" ;
19
+ }
20
+ .playfield .verbose .nomatch .fail : after {
21
+ content : "ok, no match" ;
22
+ }
23
+
24
+ /* --- quiz --- */
25
+ .quiz .expression : before {
26
+ content : "Regular Expression: " ;
27
+ }
28
+ .quiz .expression : after {
29
+ content : " In which lines does i appear? Click on \"Yes\" oder \"No\"." ;
30
+ }
Original file line number Diff line number Diff line change 61
61
background-color : {{ site .data .colors .fails }};
62
62
}
63
63
64
- /* --- more description --- */
65
- .playfield .verbose .match .ok : after {
66
- content : "✓ gefunden" ;
67
- }
68
- .playfield .verbose .match .fail : after {
69
- content : "✓ gefunden, soll nicht passen" ;
70
- }
71
- .playfield .verbose .nomatch .ok : after {
72
- content : "soll gefunden werden" ;
73
- }
74
- .playfield .verbose .nomatch .fail : after {
75
- content : "ok, nicht gefunden" ;
76
- }
77
-
78
64
/* --- experiment --- */
79
65
.playfield .experiment {
80
66
margin-top : 1em ;
Original file line number Diff line number Diff line change 3
3
4
4
.quiz .expression {
5
5
}
6
- .quiz .expression : before {
7
- content : "Regulärer Ausdruck: " ;
8
- }
9
- .quiz .expression : after {
10
- content : " In welchen Zeilen kommt er vor? Klicke auf \"Ja\" oder \"Nein\"." ;
11
- }
6
+
12
7
13
8
.quiz .choices {
14
9
You can’t perform that action at this time.
0 commit comments