-
Notifications
You must be signed in to change notification settings - Fork 16
/
test-questions.html
54 lines (50 loc) · 1.48 KB
/
test-questions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" type="text/css" href="exolve-m.css?v1.58"/>
<script src="exolve-m.js?v1.58"></script>
<title>Test-Questions</title>
</head>
<body>
<script>
createExolve(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-id: test-questions
exolve-title: Test-Questions
exolve-setter: Gussalufz
exolve-email: [email protected]
exolve-copyright: 2020 Viresh Ratnakar
exolve-width: 2
exolve-height: 2
exolve-option: clues-at-right-in-two-columns
exolve-grid:
00
00
exolve-across:
1 AS (2)
3 TO (2)
exolve-down
1 AT (2)
2 SO (2)
exolve-nodir
[A] This should have a placeholder (3)
exolve-question: Q with enum (4,2)
exolve-question: Q with enum and sol (4,2) ABCD EF
exolve-question: Q without enum (?)
exolve-question: Q without enum-marker
exolve-question: Q without enum but with sol (one word) WINE
exolve-question: Q with a very long answer (10,10,10,10,10,10,5,4)
exolve-question: Q with enum 10 not displayed (10)*
exolve-question: Q without enum, allowing lowercase (?) [lowercase-ok]
exolve-question: Q with long answer, allowing lowercase (400)* [lowercase-ok]
exolve-question: Q with enum and sol, allowing lowercase (3) [lowercase-ok] ANS
exolve-submit: dummy sol a1 a2 a3 a4 a5 a6 a7 a8 a9 a10
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`);
</script>
</body>
</html>