Loading README.md +14 −11 Original line number Diff line number Diff line Loading @@ -170,6 +170,7 @@ swp/ ##### 2. Functional Tests * Test validations in user account * Test validations in user registration * Username, email are never used before. * Username has no special character, meets the length requirement. Loading Loading @@ -200,13 +201,15 @@ those fields are misinterpreted (due to [source codes](https://github.com/wtform More information see cases in `tests/functional/test_wrong_cases_input_required.py` ### 3. Documentation * To read the documentation, run: ```sh * Documentation for whole script is in ``Web_Inteface.pdf``. * To read the documentation in HTML: ```sh $ cd ./doc/build/html/ $ open index.html ``` ## Additional Resource * Bryan K. Orme. *Maxdiff analysis : Simple counting , individual-level logit, and hb*. 2009. [URL](https://www.sawtoothsoftware.com/download/techpap/indivmaxdiff.pdf) Loading Loading
README.md +14 −11 Original line number Diff line number Diff line Loading @@ -170,6 +170,7 @@ swp/ ##### 2. Functional Tests * Test validations in user account * Test validations in user registration * Username, email are never used before. * Username has no special character, meets the length requirement. Loading Loading @@ -200,13 +201,15 @@ those fields are misinterpreted (due to [source codes](https://github.com/wtform More information see cases in `tests/functional/test_wrong_cases_input_required.py` ### 3. Documentation * To read the documentation, run: ```sh * Documentation for whole script is in ``Web_Inteface.pdf``. * To read the documentation in HTML: ```sh $ cd ./doc/build/html/ $ open index.html ``` ## Additional Resource * Bryan K. Orme. *Maxdiff analysis : Simple counting , individual-level logit, and hb*. 2009. [URL](https://www.sawtoothsoftware.com/download/techpap/indivmaxdiff.pdf) Loading