Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seven-33/online-learning-education
https://github.com/seven-33/online-learning-education
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/seven-33/online-learning-education
- Owner: Seven-33
- Created: 2022-10-16T19:43:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T15:12:08.000Z (about 2 years ago)
- Last Synced: 2024-07-29T21:20:15.192Z (4 months ago)
- Language: PHP
- Size: 2.06 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online_Learning_System
This system will facilitate the creation of online learning materials. This online learning system framework shall support:
1. Module creation (create different learning modules)
2. Topic creation (create topics under each module)
3. Assessment creation (for instructor to create tests, assignments)
4. Test run for the instructor
5. Allows instructor to upload a file (*.csv) and automatically populates questions and answers so that instructor doesn’t have to enter questions or answers one at a time. This speeds up the creation of online assessment.
6. Students can run the assessment and view correct and incorrect answers after submission.# Screenshots
## Login
![login](https://user-images.githubusercontent.com/25307874/32453667-f17f4ce2-c2ea-11e7-880c-fdb3b50dc678.png)## Register
![register](https://user-images.githubusercontent.com/25307874/32453686-f9060eba-c2ea-11e7-98d3-8d09f796f2ad.png)## Home(Instructor View)
![home](https://user-images.githubusercontent.com/25307874/32453688-fedc4d54-c2ea-11e7-87e1-7d52f2e5b3db.png)## Courses(Instructor View)
![courses](https://user-images.githubusercontent.com/25307874/32453689-017854ea-c2eb-11e7-9729-e1ae223b91b1.png)## Modules(Instructor View)
![modules](https://user-images.githubusercontent.com/25307874/32453704-06615d44-c2eb-11e7-8af0-d6f8e81d68a0.png)## Topics(Instructor View)
![topics](https://user-images.githubusercontent.com/25307874/32453715-0bfeeb90-c2eb-11e7-8d66-02cae77e4986.png)## Add new Assessment(Instructor View)
![i_add_assessment](https://user-images.githubusercontent.com/25307874/32453726-15921902-c2eb-11e7-957a-568d572911dd.png)## Existing Assessments(Instructor View)
![i_assessment](https://user-images.githubusercontent.com/25307874/32453727-17c718e4-c2eb-11e7-9271-d994ba5489e3.png)## Add questions to created assessment(Instructor View)
![assessment_1](https://user-images.githubusercontent.com/25307874/32453738-1fe65c92-c2eb-11e7-9aae-746c85dc7a6d.png)## Add Multiple choice question(Instructor View)
![assessment_2](https://user-images.githubusercontent.com/25307874/32453758-247b0be0-c2eb-11e7-9354-7bb41851ab43.png)## Add fill in the blanks question(Instructor View)
![assessment_5](https://user-images.githubusercontent.com/25307874/32453770-2a544c66-c2eb-11e7-882c-095bf843e50c.png)## View of assessment after *.csv file upload to create assessment
![assessment_11](https://user-images.githubusercontent.com/25307874/32453782-3525ccd2-c2eb-11e7-8a48-d2a5603b987f.png)## Home(Student View)
![s_homepage](https://user-images.githubusercontent.com/25307874/32453786-3d1dbc56-c2eb-11e7-9bb1-8a464c1cbda8.png)## Student Page(Student View)
![s_studentpage](https://user-images.githubusercontent.com/25307874/32453796-412e2b5a-c2eb-11e7-8717-39e4e8c60285.png)## Available Assessments(Student View)
![screen shot 2017-11-06 at 12 09 26 pm](https://user-images.githubusercontent.com/25307874/32453854-6e745238-c2eb-11e7-9f51-236e2bd5fce2.png)