forked from gallium-gonzollium/Sparx-Extract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
26 lines (26 loc) · 1.79 KB
/
popup.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
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<a href="https://www.sparxmaths.uk/student" target="_blank"><h2>Sparx Question:</h2></a>
<p id="content">[No Sparx question found. Please try again.]</p>
<script src="popup.js"></script>
<h2>AI initial prompt:</h2>
<div class="prompt">
<p>Below are math questions written in a mix of normal language and LaTeX.</p>
<p>- ALWAYS give an exact answer even if the question says otherwise.</p>
<p>- NEVER approximate. You are bad at approximating so leave any form of decimal multiplication or division alone. I will put it in a calculator. </p>
<p>- If the question asks you to give an explanation, proof or to show something, ALWAYS RESPOND with 'I have written/shown an explanation/proof' with NO further elaboration or explanation.</p>
<p>- Work out each question concisely, with minimum intermediate steps.</p>
<p>- At the end of your answer, go through every question and write the final answer in a LaTeX box.</p>
</div>
<h2>Tips & Tricks on Sparx:</h2>
<div class="tricks">
<p>Press <i>'Escape'</i> when on a bookwork check to <strong>reroll the options</strong>. Focus on an option and try to find it every time you press <i>Escape</i>. If it seems to be consistently there, it is likely that it is the <strong>correct option</strong>.</p>
<p>If your Sparx question contains an image, <strong>describe the image's key points</strong> (e.g. lengths, options) to the AI.</p>
</div>
<hr>
<p>Extension made by <a href="https://www.youtube.com/@gallium-gonzollium" target="_blank"><b>Gallium-Gonzollium</b></a></p>
</body>
</html>