-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLesson Comments Decoder.html
17 lines (17 loc) · 4.02 KB
/
Lesson Comments Decoder.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<style>
html {
background-color: #dedfff;
}
</style>
<div style="font-family: Georgia, serif; color:midnightblue; padding: 5%; margin: 0; text-align: center; background-color: whitesmoke; min-width: 50vw;"><h2>Want to know what the lesson comments mean and how to adjust your rider settings for your horse? Look no further!</h2><h3 style="color:brown;">Do be aware that the order of rider settings changes depending on where it is!</h3><p style="padding: 0; margin: 0;">In rider settings, the order is Mouth, Speed, Reins, Crop, Arms, Legs, <span style="color:blue;">Post</span>, and <span style="color: blue;">Stride</span>, while in the training riding settings the order is Mouth, Speed, Reins, <span style="color: blue;">Stride</span>, Crop, Arms, Legs, and <span style="color: blue;">Post</span>.</p><hr><table style="margin: auto; border: 1px solid;" width="100%"><tbody style="border: 10px yellow;"><tr><th>Category</th><th style="text-align: left; padding-left: 28px;"># Option | Lesson Comments</th></tr><tr><th>Mouth</th><td><ol style="list-style-type: decimal; text-align: left;"><li>Likes where the bit is in their mouth</li><li>Are slightly annoyed with the bit in their mouth</li><li>Do not like the way the bit is in their mouth</li><li>Absolutely hates the way the bit is in their mouth</li></ol></td></tr><tr><th>Speed</th><td><ol style="list-style-type: decimal; text-align: left;"><li>They need to maintain this speed.</li><li>They need to slightly slow down or speed up.</li><li>They need to slow down or speed up.</li><li>They need to really slow down or really speed up.</li><li>They need to change their speed before they run the horse into the ground.</li></ol></td></tr><tr><th>Reins</th><td><ol style="list-style-type: decimal; text-align: left;"><li>The horse is behaving well with the reins the way they are now.</li><li>The horse is pulling slightly at the reins they way they are now.</li><li>The horse does not like the reins the way they are now.</li><li>The horse absolutely hates the reins the way they are now.</li></ol></td></tr><tr><th>Crop</th><td><ol style="list-style-type: decimal; text-align: left;"><li>This member is properly using their crop.</li><li>This member is slightly misusing their crop.</li><li>This member is misusing their crop.</li><li>This member is badly misusing their crop.</li><li>This member is abusing their horse with their crop.</li></ol></td></tr><tr><th>Arms</th><td><ol style="list-style-type: decimal; text-align: left;"><li>Their arms look perfect.</li><li>Their arms look good but could be better.</li><li>Their arms are only okay. They need to change what they're doing.</li><li>Their arms are going to freak this horse out! What are they doing now?</li></ol></td></tr><tr><th>Legs</th><td><ol style="list-style-type: decimal; text-align: left;"><li>Their legs look fine. *(or legs look excellent)</li><li>Their legs look good but could be better.</li><li>Their legs are only okay.</li><li>Their legs look odd. They really need to change something.</li></ol></td></tr><tr><th>Post</th><td><ol style="list-style-type: decimal; text-align: left;"><li>Their posting is not needed for a halter show. *or posting exactly as they should be.</li><li>The posting is a little too much or they need to post a little more.</li><li>The posting is all over the place. They need to change what they're doing.</li><li>The posting looks horrible. They need to stop it before they fall off.</li><li>Their posting is just all wrong, something needs to be fixed.</li></ol></td></tr><tr><th>Stride</th><td><ol style="list-style-type: decimal; text-align: left;"><li>Keep their gait where it is.</li><li>Change their gait just a little bit.</li><li>They really need to change their gait.</li><li>Change their gait completely.</li></ol></td></tr></tbody></table></div>
</body>
</html>