Git Product home page Git Product logo

examinee's Introduction

examinee on Online exam system

“examinee” is a platform for Schools, Colleges, Institute & Coaching Centers. With the help of this platform, you can take Online-Offline Course, Lesson, Exams, Quiz, Test, Quiz Competition, Challenges etc

Key Features

  • Course and lesson
  • Scholar and student mangement
  • Course enrollment
  • Quiz and Exam System
  • File Management
  • Login System
  • Secure login and change password
  • Bootstrap 4 Framework
  • Cross Browser Compatible
  • Unique and Exclusive Idea
  • Unique and Creative Project
  • Clean Code and Clean Design
  • Easy To Customize

Requirements


  • PHP >= 7.3.0
  • Laravel => 7.5.0
  • Fileinfo PHP Extension

How to install


  1. Clone the repo git clone https://github.com/mshossain110/examinee.git
  2. Move Directory cd examinee
  3. Install composer composer install
  4. Copy .env file cp .env.example .env
  5. Generate key php artisan key:generate
  6. Create database and edit .env file to add database, MAIL_DRIVER
  7. Dont forget to edit APP_URL (required to assest compile ) and SANCTUM_STATEFUL_DOMAINS (For API Authentication)
  8. Migrate database php artisan migrate:fresh --seed
  9. Install npm npm i
  10. Watch file npm run watch

Screen Shorts


Dashboard,

Exam

Question Form

examinee's People

Contributors

mshossain110 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

examinee's Issues

Sample Data

I have installed and configured the project, but i need sample data. Anyone can provide me with it?

i can't create course or quiz

i install it but i cant' create course or quiz,
and it doesn't show my courses and quizzes (the default data)
as eg. i go here to create course (http://127.0.0.1:8000/instructor/courses)
but it gives error
Unauthenticated.
C:\xamppphp7\htdocs\examinee\vendor\laravel\framework\src\Illuminate\Auth\Middleware\Authenticate.php#82

also how i can assign role to user ?
and assign permission to role ?

Not properly run

I followed the instruction and the app just seems to be a raw HTML skeleton without styles. Attached is a screenshot of the app view and my command line after running npm run watch

Screenshot (419)
Screenshot (418)

No Contents No Exam Management

I installed the app according to you installation instructions but after login as admin no data is displayed. No lessons, no students, and the menu item "courses" is not working. Maybe errors in vue scripts !?

Bug in registered function.

After migration and 'npm run dev'.
Submiting the register new user form throw an error.

Argument 1 passed to App\Http\Controllers\Auth\RegisterController::registered() must be an instance of App\Http\Controllers\Auth\Request, instance of Illuminate\Http\Request given, called in /home/ww/projects/php/examinee/vendor/laravel/framework/src/Illuminate/Foundation/Auth/RegistersUsers.php on line 37

error 1166 Incorrect column name

Hi
when I run "php artisan migrate:fresh --seed" I get this error:
SQLSTATE[42000]: Syntax error or access violation: 1166 Incorrect column name
'' (SQL: create table model_has_permissions (permission_id bigint unsigned n
ot null, model_type varchar(191) not null, `` bigint unsigned not null) defaul
t character set utf8mb4 collate 'utf8mb4_unicode_ci')

Stuck at setting database

Can you please elaborate what to do in step 6 as I am new to PHP and Laravel. What database you are suggesting to be created?

while migrating i have error in migration

SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your Maria
DB server version for the right syntax to use near 'json null, avatar varchar(191) null, password varchar(191) not null, email_' at line 1 (SQL: create table users (idbigin t unsigned not null auto_increment primary key,namevarchar(191) not null,firstnamevarchar(191) null,lastnamevarchar(191) null,emailvarchar(191) not null,permissions
json null,avatarvarchar(191) null,passwordvarchar(191) not null,email_verified_attimestamp null,last_loged_intimestamp default CURRENT_TIMESTAMP not null,ipvarc har(45) null,remember_tokenvarchar(100) null,created_attimestamp null,updated_attimestamp null,deleted_at` timestamp null) default character set utf8mb4 collate 'utf8mb
4_unicode_ci')

npm run watch fail

I followed everything and it works but last step just showed me this error. Please let me know what to do

error: unknown option '--hide-modules'
[webpack-cli] Run 'webpack --help' to see available commands and options
npm ERR! code 2
npm ERR! path /Users/elva/code/examinee
npm ERR! command failed
npm ERR! command sh -c cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js "--watch"

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/elva/.npm/_logs/2021-01-14T14_14_19_051Z-debug.log
npm ERR! code 2
npm ERR! path /Users/elva/code/examinee
npm ERR! command failed
npm ERR! command sh -c npm run development -- --watch

Migrations fail (php artisan migrate:fresh --seed)

Default install, the migration step of the README fails as described below.

OS: Debian 9.12
DB: 10.1.44-MariaDB-0+deb9u1 Debian 9.11
PHP: 7.4

john@srv:/var/www/html/examinee$ php artisan migrate:fresh --seed
Dropped all tables successfully.
Migration table created successfully.
Migrating: 2014_10_12_000000_create_users_table
Migrated:  2014_10_12_000000_create_users_table (0.72 seconds)
Migrating: 2014_10_12_100000_create_password_resets_table
Migrated:  2014_10_12_100000_create_password_resets_table (0.6 seconds)
Migrating: 2018_01_20_170812_create_settings_table
Migrated:  2018_01_20_170812_create_settings_table (0.67 seconds)
Migrating: 2018_01_20_170835_create_topics_table
Migrated:  2018_01_20_170835_create_topics_table (0.32 seconds)
Migrating: 2019_05_09_054845_create_files_table

   Illuminate\Database\QueryException

  SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'json null, `permissions` json null, `created_at` timestamp null, `updated_at` ti' at line 1 (SQL: create table `files` (`id` bigint unsigned not null auto_increment primary key, `name` varchar(191) not null, `description` varchar(150) null, `path` varchar(191) null, `type` varchar(20) null, `public_path` varchar(255) null, `extension` varchar(10) null, `mime` varchar(50) null, `file_size` bigint unsigned null, `file_name` varchar(255) not null, `parent_id` int null, `driver` varchar(191) null, `driver_data` varchar(191) null, `isdraft` tinyint(1) not null default '1', `uploaded_by` int null, `deleted_by` int null, `meta` json null, `permissions` json null, `created_at` timestamp null, `updated_at` timestamp null, `deleted_at` timestamp null) default character set utf8mb4 collate 'utf8mb4_unicode_ci')

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:671
    667|         // If an exception occurs when attempting to run a query, we'll format the error
    668|         // message to include the bindings with SQL, which will make this exception a
    669|         // lot more helpful to the developer instead of just the database's errors.
    670|         catch (Exception $e) {
  > 671|             throw new QueryException(
    672|                 $query, $this->prepareBindings($bindings), $e
    673|             );
    674|         }
    675|

      +11 vendor frames
  12  database/migrations/2019_05_09_054845_create_files_table.php:41
      Illuminate\Support\Facades\Facade::__callStatic()

      +34 vendor frames
  47  artisan:37
      Illuminate\Foundation\Console\Kernel::handle()```

move png files into issues

Hi, you may move the .png files of the docs to the issues and put the links there on the readme.
So that the downloaders do not have to download the pictures the readme files.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.