File size: 1,369 Bytes
871ff87
 
 
 
 
 
000a5ee
62a142e
 
 
 
 
 
 
871ff87
 
 
 
 
62a142e
 
 
 
871ff87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
000a5ee
871ff87
 
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
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>AestheticMCQ — Annotation</title>
  <link rel="stylesheet" href="/style.css?v=10" />
  <script>
    // Apply saved theme before CSS paints to avoid a flash.
    (function () {
      var t = localStorage.getItem("aamcq_theme") || "light";
      document.documentElement.setAttribute("data-theme", t);
    })();
  </script>
</head>
<body>
  <main>
    <header>
      <h1>AestheticMCQ</h1>
      <div class="right">
        <div id="progress">loading…</div>
        <button id="theme-toggle" aria-label="toggle theme" title="toggle light/dark"></button>
      </div>
    </header>
    <section id="instructions">
      <p>
        Pick the aesthetic profile that best describes the image. If two feel
        equally good, pick the closer one; if none feels right, still pick the
        closest.
      </p>
    </section>
    <section id="card">
      <figure>
        <img id="stimulus" alt="image to annotate" />
        <figcaption id="base-prompt"></figcaption>
      </figure>
      <form id="options"></form>
    </section>
    <footer>
      <button id="submit" disabled>Submit &amp; next</button>
      <span id="error"></span>
    </footer>
  </main>
  <script src="/app.js?v=14"></script>
</body>
</html>