-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (68 loc) · 5.62 KB
/
index.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<title>MyClassroom</title>
</head>
<body>
<header>
<div class="inner">
<h1>MyClassroom</h1>
<h2>Open-Source Classroom Polling Software</h2>
<a href="https://github.com/OSU-MC/MyClassroom" class="button"><small>View project on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h1>About</h1>
<p>The Open-Source Classroom Polling Project seeks to simplify the interactive side of the educational experience, through the development of a free-to-use web-based polling system. Addressing the shortcomings of existing polling software, this project emphasizes affordability, responsiveness, and enhanced interactive capabilities suitable for today’s classrooms. The app aims to deliver a solution that fosters real-time engagement, collaborative learning, and seamless integration with educational platforms.</p>
<h1>Addrssing Key Issues</h2>
<h2>For Students</h3>
<p>Students often face additional costs for polling software that is outdated and lacks necessary features. Our solution is affordable, user-friendly, and compatible with various devices, ensuring seamless participation in classroom activities.</p>
<h2>For Instructors</h3>
<p>Instructors struggle with limited question formats and lack of real-time feedback mechanisms in current polling tools. Our software provides real-time feedback and supports diverse question formats, allowing educators to assess student understanding effectively and adjust lectures as needed.</p>
<h2>For Insitutions</h3>
<p>Institutions seek cost-effective technological solutions that integrate well with existing systems. Our open-source software is customizable, integrates seamlessly with Learning Management Systems like Canvas, and reduces the financial burden on both students and institutions.</p>
<h1>Why Choose Our Solution?</h2>
<p>Our classroom polling software is open-source, free, and highly customizable, making it a flexible and economical alternative to commercial options. It is designed to integrate seamlessly with LMS platforms, offering a responsive design that ensures a smooth user experience across various devices. This fosters greater engagement and participation in real-time.</p>
<h1>Documentation and Support</h2>
<h2>Where to Find Help</h3>
<p>Installation instructions and developer documentation is available in the project's <a href="https://github.com/OSU-MC/MyClassroom/blob/dev/README.md">README.md</a> and at the <a href="https://github.com/OSU-MC/MyClassroom/wiki">MyClassroom Wiki</a>.</p>
<h2>Repository/Contact Information</h3>
<p>Our GitHub repository contains the source code, documentation, and issue tracking for the project. Contributions from the open-source community are welcome and encouraged. For questions or additional information submit a <a href="https://github.com/OSU-MC/MyClassroom/issues">GitHub Issue</a> or open a <a href="https://github.com/OSU-MC/MyClassroom/discussions">Discussion</a>.</p>
<h1>Learn More</h2>
<p>To learn more about the project, its goals, and future developments, visit our <a href="https://github.com/OSU-MC/MyClassroom">GitHub Repository</a> or reach out using the methods above.</p>
</section>
<aside id="sidebar">
<a href="https://github.com/OSU-MC/MyClassroom/releases/latest" class="button">
<small>Latest Release</small>
Download
</a>
<h1>Contributors and Project Alumni</h1>
<h2>Author</h2>
<p><a href="https://github.com/ethatche">Evan Thatcher</a><br>[email protected]</p>
<h2>Contributors</h2>
<h3>2023-2024</h3>
<p><a href="https://github.com/nilsstreedain">Nils Streedain</a><br>[email protected]</p>
<p><a href="https://github.com/Justin-Fernbaugh">Justin Fernbaugh</a><br>[email protected]</p>
<p><a href="https://github.com/karinocheretny">Karin Ocheretny</a><br>[email protected]</p>
<p><a href="https://github.com/Durbin-Elijah">Elijah Durbin</a><br>[email protected]</p>
<h3>2022-2023</h3>
<p><a href="https://github.com/mphotchkiss">Matthew Hotchkiss</a><br>[email protected]</p>
<p><a href="https://github.com/METrimble">Elayne Trimble</a><br>[email protected]</p>
<p><a href="https://github.com/mitchellstewart7">Mitchell Stewart</a><br>[email protected]</p>
<p><a href="https://github.com/gavenrobertson">Gaven Robertson</a><br>[email protected]</p>
<p><a href="https://github.com/sonjak7">Sanjay Ramanathan</a><br>[email protected]</p>
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
</body>
</html>