GithubHelp home page GithubHelp logo

elearning_server's Introduction

[E-Learning System]

[Home]

User

  • can see her summary (follow, the number of words she memorised, etc.)
  • can see the buttons “Word List” and “Start Lesson”
  • can see activities (her’s and following users)
  • can authenticate via Facebook, Twitter, Google

[Profile]

User

  • can see profile
  • can update Name, Email, Password, Avatar

[Word List]

User

  • can see word list
  • can filter the list by some conditions (e.g. learned, unlearned, alphabet, category)
  • can see which word she has already learned.

[Categories]

User

  • can choose a course she learns from some courses.

[Lesson]

User

  • can solve the problems (by selecting)
  • can see the correct answer when she answer a question.
  • can see the progress in the lesson (e.g. “3/20”)

[Result]

User

  • can see the result of a lesson.

[Admin]

Admin User

  • can manage all data

References:

Server_Elearning

Elearning_Server

elearning_server's People

Contributors

ngocsonkt99 avatar

Stargazers

 avatar

Watchers

 avatar

elearning_server's Issues

words_controller

# frozen_string_literal: true

class WordsController < ApplicationController
  def index
    @words = Word.all
    render json: @words
  end
end

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.