Coder Social home page Coder Social logo

ocarinaredcoat / quizzes-tutor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from socialsoftware/quizzes-tutor

0.0 1.0 0.0 56.26 MB

License: MIT License

HTML 23.73% JavaScript 15.84% CSS 5.00% Vue 11.54% TypeScript 4.29% Java 27.78% Dockerfile 0.07% Groovy 11.75%

quizzes-tutor's Introduction

Quizzes Tutor

Build Website License

Dependencies Dev Dependencies code style: prettier Code Coverage

Quizzes Tutor

Vue.js web application and Spring-boot API

with multiple choice questions for students

and quiz management for teachers

AboutTechnologiesInstallationPatreonsContributingLicense

About


Quizzes Tutor allows teachers to create and reuse, multiple-choice questions with images and topics which can be inserted in assessments and quizzes. Its development started as an effort of project IMPRESS to share and reuse questions and quizzes of software engineering.


It is currently integrated with IST authentication such that it can be used for any course.


Students can then answer those questions in sugested quizzes or generated quizzes (pseudo-random) providing them with a useful self-assessment tool to improve their learning.


Technologies

Installation

  • Install
sudo apt update && sudo apt upgrade
sudo apt install openjdk-11-jdk postgresql
  • Start db, change to postgres user and create DB
sudo service postgresql start
sudo su -l postgres
dropdb tutordb
createdb tutordb
  • Create user to access db and load dump
psql tutordb
CREATE USER your-username WITH SUPERUSER LOGIN PASSWORD 'yourpassword';
\q
exit
psql tutordb < dump.sql
cd backend
mvn clean spring-boot:run
cd frontend
npm i
npm start

Patreons

A special thanks to our patreons for supporting this project:

Técnico Logo IMPRESS Logo INESC Logo

Contributing

Your contributions are always welcome! Please have a look at the contribution guidelines first.

License

This project is licensed under the MIT License - see the LICENSE file for details.

quizzes-tutor's People

Contributors

pedrocorreia105 avatar ritosilva avatar snyk-bot avatar jbgrocha avatar luisfcosta2015 avatar santos-samuel avatar ruiprada avatar

Watchers

James Cloos avatar

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.