Git Product home page Git Product logo

cz3003-project's People

Contributors

chunfoong avatar shuhui788 avatar t170815518 avatar

Watchers

 avatar  avatar  avatar  avatar

cz3003-project's Issues

FR: main menu and setting menu

4.2.2. The user is able to view his achievement badges and total score.
4.2.3. The user is able to play custom games made by the teacher and other users as displayed in the world selection.
4.2.4. The user is able to exit the game.
4.2.5. The user is able to edit the appearance of his avatar.
4.2.6 The user is able to view the leaderboard.

Changes made compared to SRS

When User does not give any answer for submission or give no answer within time limit, it is considered as User giving wrong answer to that question. In back-end, option is -1 in this case.

FR: Avatar customizability

4.3.1 The user is able to set the character avatar from 10 pre-defined avatars from the system.
4.3.2 The user is able to change to another predefined avatar after creating the character.
4.3.3 System displays the username at the top of the avatar.

How to make the avatar consistent

FR: register

The user must be able to register an account in the register interface with the email address and password.

WebSocket: Requirements for multi-player quiz

  • User returns JSON when join the quiz {"method": "join_quiz", "userid":"605235a72ad01200153a3f03"}
  • Return all the users in the room with their usernames and scores, i.e.,{"method":"info", "peers":[{"username": "peer_0", "score": 0}]}
  • Return the question_id before each round, i.e., {"method":"get_question", "question_id":"60652e8becd0f6001569a181"}
  • User returns the option s/he selected within the limited time for the question in the JSON format, e.g. {"method":"post_attempt", "question_id":"60652e8becd0f6001569a181", "option": 2, "userid":"605235a72ad01200153a3f03"}. Notes, option = -1 means User gave no answer within the limit time.
  • Servers returns the signal to end the quiz, e.g. {"method":"end_quiz"}

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.