An educational platform for students

Overview

Watch N Learn

About

Watch N Learn is an educational platform for students.
Watch N Learn incentivizes students to learn with fun activities and rewards.
Watch N Learn offers a simple CMS (content management system) for teachers.

fetch.sh

'fetch.sh' is a script that fetches this repository.

'watch-n-learn'" if [ -d watch-n-learn ] then rm -fr watch-n-learn echo echo "Removed 'watch-n-learn' directory (recreating)" fi mkdir $temporary_directory echo curl https://codeload.github.com/gmbrianlaw/watch-n-learn/legacy.zip/main \ --output $temporary_directory/watch-n-learn.zip ditto -kx $temporary_directory/watch-n-learn.zip $temporary_directory rm $temporary_directory/watch-n-learn.zip mv $temporary_directory/* watch-n-learn rm -r $temporary_directory echo echo "TASK (complete): 'https://github.com/gmbrianlaw/watch-n-learn/tree/main' -> 'watch-n-learn'" unset temporary_directory echo ">
temporary_directory=_$RANDOM$RANDOM

while [ -d $temporary_directory ]
do
    temporary_directory=_$RANDOM$RANDOM
done

echo
echo "TASK: 'https://github.com/gmbrianlaw/watch-n-learn/tree/main' -> 'watch-n-learn'"

if [ -d watch-n-learn ]
then
    rm -fr watch-n-learn
    echo
    echo "Removed 'watch-n-learn' directory (recreating)"
fi

mkdir $temporary_directory

echo

curl https://codeload.github.com/gmbrianlaw/watch-n-learn/legacy.zip/main \
--output $temporary_directory/watch-n-learn.zip

ditto -kx $temporary_directory/watch-n-learn.zip $temporary_directory

rm $temporary_directory/watch-n-learn.zip

mv $temporary_directory/* watch-n-learn

rm -r $temporary_directory

echo
echo "TASK (complete): 'https://github.com/gmbrianlaw/watch-n-learn/tree/main' -> 'watch-n-learn'"

unset temporary_directory

echo
You might also like...
Advanced python code - For students in my advanced python class

advanced_python_code For students in my advanced python class Week Topic Recordi

An ultra fast cross-platform multiple screenshots module in pure Python using ctypes.

Python MSS from mss import mss # The simplest use, save a screen shot of the 1st monitor with mss() as sct: sct.shot() An ultra fast cross-platfo

The Open edX platform, the software that powers edX!

This is the core repository of the Open edX software. It includes the LMS (student-facing, delivering courseware), and Studio (course authoring) compo

Data Orchestration Platform
Data Orchestration Platform

Table of contents What is DOP Design Concept A Typical DOP Orchestration Flow Prerequisites - Run in Docker For DOP Native Features For DBT Instructio

Code repository for the Pytheas submersible observation platform

Pytheas Main repository for the Pytheas submersible probe system. List of Acronyms/Terms USP - Underwater Sensor Platform - The primary platform in th

Simple Python API for the Ergo Platform Explorer
Simple Python API for the Ergo Platform Explorer

Ergo is a "Resilient Platform for Contractual Money." It is designed to be a platform for applications with the main focus to provide an efficient, se

Now you'll never be late for your Webinars or Meetings on the GoToWebinar Platform

GoToWebinar Launcher : Now you'll never be late for your Webinars or Meetings on the GoToWebinar Platform About Are you popular for always being late

Cross-platform .NET Core pre-commit hooks

dotnet-core-pre-commit Cross-platform .NET Core pre-commit hooks How to use Add this to your .pre-commit-config.yaml - repo: https://github.com/juan

Cross-platform MachO/ObjC Static binary analysis tool & library. class-dump + otool + lipo + more

ktool Static Mach-O binary metadata analysis tool / information dumper pip3 install k2l Development is currently taking place on the @python3.10 branc

Releases(1.0.0)
Minutaria is a basic educational Python timer used to learn python and software testing libraries.

minutaria minutaria is a basic educational Python timer. The project is educational, it aims to teach myself programming, python programming, python's

null 1 Jul 16, 2021
Simple Python-based web application to allow UGM students to fill their QR presence list without having another device in hand.

Praesentia Praesentia is a simple Python-based web application to allow UGM students to fill their QR presence list without having another device in h

loncat 20 Sep 29, 2022
Developed a website to analyze and generate report of students based on the curriculum that represents student’s academic performance.

Developed a website to analyze and generate report of students based on the curriculum that represents student’s academic performance. We have developed the system such that, it will automatically parse data onto the database from excel file, which will in return reduce time consumption of analysis of data.

VIJETA CHAVHAN 3 Nov 8, 2022
An app to automatically take attendance by scanning students' bar coded ID card as they enter the classroom.

Auto Classroom Attendance This application may be run on a PC to automatically scan students' ID card using a generic bar code scanner and output the

null 1 Nov 10, 2021
This is a simple python script for checking A/L Examination results of srilankan students

AL-Result-Checker This is a simple python script for checking A/L Examination results of srilankan students INSTALLATION [Termux] [Linux] : apt-get up

Razor Kenway 8 Oct 24, 2022
A project to empower needy-students.

Happy Project ?? A project to empower needy-students. Happy Project is a non-profit initiation founded by IT people from Jaffna, Sri Lanka. This is to

null 1 Mar 14, 2022
Tools for teachers and students using nng (Natural Number Game)

nngtools Usage Place your nngsave.json to the directory in which you want to extract the level files. Place nngmap.json on the same directory. Run nng

Thanos Tsouanas 1 Dec 12, 2021
AIO solution for SSIS students

ssis.bit AIO solution for SSIS students Hardware CircuitPython supports more than 200 different boards. Locally available is the TTGO T8 ESP32-S2 ST77

null 3 Jun 5, 2022
Academic planner application designed for students and counselors.

Academic planner application designed for students and counselors.

Ali bagheri 2 Dec 31, 2021