]> code.communitydata.science - coldcallbot-discord.git/blob - templates/cold_caller.html
Initial version of coldcalling app
[coldcallbot-discord.git] / templates / cold_caller.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4     <title>Random Student Picker</title>
5     <link rel="stylesheet" href='/static/main.css' />
6     <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
7   <script src="{{ url_for('static', filename='process_button.js') }}"></script>
8 </head>
9 <body>
10 <h3>
11 The next student is:
12 </h3>
13
14 <h2 id='studentName' name='studentName'>{{student}}</h2>
15
16 <form method="post" id="todo-form">
17         <button class='rand-button' type="submit">Get random student</button>
18
19 </form>
20
21
22 <button class='assessment' id="goodButton" value="G">Good</button>
23 <button class='assessment' id="badButton" value="B">Bad</button>
24 <button class='assessment' id="neutralButton" value="M">Neutral</button>
25 <button class='assessment' id="absentButton" value="absent">Absent</button>
26
27
28 </body>
29 </html>

Community Data Science Collective || Want to submit a patch?