park-junha / GradPlanner

An automated four-year undergraduate degree scheduler.
http://gradplanner.us
GNU General Public License v3.0
2 stars 0 forks source link

Implement JavaScript survey #14

Closed park-junha closed 4 years ago

park-junha commented 4 years ago

Use JavaScript to implement a survey on a single HTML page. The survey should ask one question at a time, with the next question replacing the previous question as the user completes the survey. Once the survey is completed, the page should call the scheduling algorithm. References #5

park-junha commented 4 years ago

Won't use JavaScript to rework questionnaire. Used server-side logic on main.py instead to split the questionnaire into two pages. Closing #14