Smart Class
29 | “eLearning doesn't just "happen"! It requires careful planning and implementation.”
~~Christopher Palm
├── classroom_manager ├── static │ ├── submissions │ │ └── homeworktest.txt │ ├── imgs │ │ ├── trig.gif │ │ ├── call-icon.png │ │ ├── chat-icon.png │ │ ├── gear-icon.png │ │ ├── plus-icon.png │ │ ├── group-icon.png │ │ ├── website_icon.png │ │ ├── Periodic_Table.png │ │ ├── default_class.png │ │ ├── dropdown-icon.png │ │ ├── meetings-icon.png │ │ ├── defaultuser-icon.png │ │ ├── notification-icon.png │ │ ├── 800px_COLOURBOX4159486.jpg │ │ ├── 1_vYtDyAbOMTJnArJvXix5wg.jpeg │ │ ├── 7bbcc1707ce09218fa84866a65b3c871.png │ │ └── storage-nand_nor_gates-f_mobile.png │ ├── js │ │ ├── chat.js │ │ ├── app.js │ │ └── classroom.js │ └── css │ │ ├── home.css │ │ └── styles.css ├── templates │ ├── calls.html │ ├── meetings.html │ ├── activity.html │ ├── app_layout.html │ ├── login.html │ ├── home.html │ ├── chats.html │ ├── layout.html │ ├── register.html │ ├── app.html │ └── classrooms.html ├── site.sqlite3 ├── utils.py ├── __init__.py ├── forms.py ├── models.py ├── network.py └── routes.py ├── .gitattributes ├── screenshots ├── screenshot1.PNG ├── screenshot2.PNG ├── screenshot3.PNG ├── screenshot4.PNG ├── screenshot5.PNG └── screenshot6.PNG ├── run.py ├── requirements.txt ├── LICENSE ├── README.md └── .gitignore /classroom_manager/static/submissions/homeworktest.txt: -------------------------------------------------------------------------------- 1 | blah blah blah -------------------------------------------------------------------------------- /classroom_manager/templates/calls.html: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /classroom_manager/templates/meetings.html: -------------------------------------------------------------------------------- 1 | “eLearning doesn't just "happen"! It requires careful planning and implementation.”
~~Christopher Palm
2 |
3 |
4 |
5 |
6 |
7 |
9 |
10 |
12 |
8 | No channel to display... 9 |
10 || Text | 38 |Due | 39 |submission | 40 |
|---|
${note_data.note_text}