This repository provides the source code for the designer tool that enables users to design a survey via a flowchart, as well as the user interface of the survey.
Download or clone this repository:
git clone https://github.com/zhou325/F2Q.git
cd F2Q
cd user-interface
python3 -m http.server 8080
#Hit Ctrl+c to quit
You can view the page at http://[::]:8080/ (If possible, please use Chrome).
cd designer-tool
python3 -m http.server 8000
#Hit Ctrl+c to quit
You can view the page at http://[::]:8000/ (If possible, please use Chrome).