Link posted in google form too under "Any Additional Links"
http://naviguslearning.epizy.com/
HTML, CSS, JavaScript
HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++
CSS : (Cascading Style Sheets) Create attractive Layout
JavaScript: it is a programming language, commonly use with web browsers.
PHP, MySQL
PHP: Hypertext Preprocessor (PHP) is a technology that allows software developers to create dynamically generated web pages, in HTML, XML, or other document types, as per client request. PHP is open source software.
MySQL: MySql is a database, widely used for accessing querying, updating, and managing data in databases.
WAMP Server
XAMPP Server
MAMP Server
LAMP Server
-
Download zip file and Unzip file on your local server.
-
Put this file inside "c:/xampp/www/" .
-
Database Configuration
Open phpmyadmin Create Database named project.
Import database project.sql from downloaded folder(inside database)
-
Open Your browser put inside "http://localhost/Navigus-Adaptive-Learning/"
Login Id: [email protected]
Password: admin
Matching the values from the database or adding up the new user in MySQL created database.
Code determining the working of login page. Passwords use md5 decrypt
Connecting frontend with database
Welcome Page
Quiz added by teacher's using Teacher credentials with time-limit.
On chosing a particular subject; Quiz (MCQ) will appear.
Result of the student will appear.
If a student scored less; he/she can retake the exam.
Student can view his history of performance.
Teacher can view the feedback given by student.
Teacher can add the Questions.
Teacher can delete the Quiz for particular subject
Student can't signup with same e-mail address.
About Developer; Lol it's me !
Database created using php MySQL
index.php Endpoint
account.php Endpoint