Git Product home page Git Product logo

sel's Introduction

icon image

個人向けのシンプルなe-Learning システム

特徴

  • 学習ログを取らない、時間制限も無い、本当に勉強をしたいだけの人向けのシステムです。
  • 4択問題でひたすら正解を答え続け
  • ユーザー次第で自由に問題を追加できます。(私はこれにSPIの問題集を入れて勉強しました)
  • 設定ファイルを書くだけで暗記勉強になります!(本末転倒)

Project setup

npm install
# Configファイルを使えるようにする
cp src/models/config_template.ts src/models/config.ts

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Config File

src/models/config_template.tsファイルをsrc/models/config.tsへ書き換えて使用する

  # 穴埋め問題:(前半、後半、答え)の順設定するpublic static QuizData: Quiz[] = [
    new FillInTheBlankQuiz(
      '夏休みの最終日には',
      'あるそうだ',
      new RubyString('花火大会', 'はなびたいかい')
    ),
    new FillInTheBlankQuiz('就職は', 'だ!', new RubyString('臥薪嘗胆', 'がしんしょうたん')),
    # 前半、または、後半の文字は空文字でも良い
    new FillInTheBlankQuiz('', 'をして研究を進める', new RubyString('試行錯誤', 'しこうさくご'))
  ]
  # 偽の答え:(ランダムに選択肢に挿入される)
  public static FillInTheBlankIncorrectAnswers: RubyString[] = [
    new RubyString('画竜点睛', 'がりゅうてんせい'),
    new RubyString('明鏡止水', 'めいきょうしすい'),
    new RubyString('花火大会', 'はなびたいかい'),
    new RubyString('世界平和', 'せかいへいわ '),
    new RubyString('試行錯誤', 'しこうさくご'),
    new RubyString('自画自賛', 'じがじさん')
  ]

sel's People

Contributors

nanagami1369 avatar

Watchers

 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.