Skip to content

An implementation of a poll. This program allows users to conduct a poll suggest improvements for a campus. The participants and offer ideas and vote for the best one. The best rated ideas get awarded and implemented on campus

Notifications You must be signed in to change notification settings

reading-stiener/Online-polling-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online-Polling-system

Run TopMode.java to execute the main program command: java Tester.java

This program has three modes. The main menu, user mode and admin mode.

  1. The main menu: Allows you to switch between user mode and admin mode or return to main menu

  2. User mode: The mode in which any registered user will add his/her ideas and vote for ideas. Each user is allowed to offer upto five ideas.

    Methods: # All methods below are constant time operations i. addUser: Adds new user and takes them to user mode\n ii. login : Allows existing user to enter thier user mode iii. idea: lists your ideas iv. addIdea: add new idea v. other : shows other people's ideas vi. vote: allows you to vote for an idea vii. addIdea: add new idea viii. top: takes you back to top mode

  3. Admin Mode: i. candidate: show top rated candidate. This is a constant time operation as well ii. award: award top rated candidate

About

An implementation of a poll. This program allows users to conduct a poll suggest improvements for a campus. The participants and offer ideas and vote for the best one. The best rated ideas get awarded and implemented on campus

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages