Update README.md
This commit is contained in:
parent
3e5e305cde
commit
36fd347eaa
30
README.md
30
README.md
@ -1,16 +1,14 @@
|
|||||||
# Learning management system
|
# Learning management system
|
||||||
|
|
||||||
### I would love to see you contributing :)
|
### I would love to see you contribute 👩💻👩💻 Feel free to contribute!!
|
||||||
|
|
||||||
Feel free to contribute!!
|
Learning management system using Django and Bootstrap.
|
||||||
|
|
||||||
Learning management system using django and Bootstrap. You can watch the video on YouTube to find out how the app works in real time https://youtu.be/ytP-k95F0ug
|
Watch the demo video to find out how the app works https://youtu.be/KKIeRXwZ-Sw
|
||||||
|
|
||||||
For the quiz part, I used this repo as a reference -> https://github.com/tomwalker/django_quiz
|
For the quiz part, I used this repo as a reference -> https://github.com/tomwalker/django_quiz
|
||||||
|
|
||||||
Quizzes
|

|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
Current features
|
Current features
|
||||||
----------------
|
----------------
|
||||||
@ -42,28 +40,16 @@ Current features
|
|||||||
* Custom permission (view_sittings) added, allowing users with that permission to view quiz results from users
|
* Custom permission (view_sittings) added, allowing users with that permission to view quiz results from users
|
||||||
* A marking page which lists completed quizzes, can be filtered by quiz or user, and is used to mark essay questions
|
* A marking page which lists completed quizzes, can be filtered by quiz or user, and is used to mark essay questions
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
After the student finished the quiz, here is how the result display
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
First Clone the repo with `git clone https://github.com/adilmohak/django_lms.git`
|
First Clone the repo with `git clone https://github.com/adilmohak/django-lms.git`
|
||||||
|
|
||||||
|
Run the following commands inside the root directory
|
||||||
|
|
||||||
Run the following commands
|
|
||||||
`pip install -r requirements.txt`
|
`pip install -r requirements.txt`
|
||||||
`python manage.py runserver`
|
`python manage.py runserver`
|
||||||
|
|
||||||
Finally go to this address http://127.0.0.1:8000
|
Finally go to this address http://127.0.0.1:8000
|
||||||
|
|
||||||
### Give it a star
|
### Don't forget to give it a star ✨✨
|
||||||
|
|
||||||
# Thank You!!
|
# Thank You!!
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user