[go: up one dir, main page]

WO2021046638A1 - System and method for creating a questionnaire - Google Patents

System and method for creating a questionnaire Download PDF

Info

Publication number
WO2021046638A1
WO2021046638A1 PCT/CA2020/051209 CA2020051209W WO2021046638A1 WO 2021046638 A1 WO2021046638 A1 WO 2021046638A1 CA 2020051209 W CA2020051209 W CA 2020051209W WO 2021046638 A1 WO2021046638 A1 WO 2021046638A1
Authority
WO
WIPO (PCT)
Prior art keywords
computer
implemented
questionnaire
question
user input
Prior art date
Application number
PCT/CA2020/051209
Other languages
French (fr)
Inventor
Mehdi Talwerdi
Original Assignee
1184206 B.C. Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 1184206 B.C. Ltd. filed Critical 1184206 B.C. Ltd.
Publication of WO2021046638A1 publication Critical patent/WO2021046638A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/174Form filling; Merging
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0201Market modelling; Market analysis; Collecting market data
    • G06Q30/0203Market surveys; Market polls

Definitions

  • This invention relates to conducting questionnaires, surveys, opinion polls, and the like, and, in particular, to a system and method for creating a questionnaire.
  • Questionnaires are conventionally created by humans who formulate questions for the questionnaire and then manually type the formulated questions into a word processor or other text editor for presentation as a questionnaire.
  • An object of the invention is to address the above shortcoming.
  • a system for creating a questionnaire comprising: (a) a computer-implemented user input module operable to receive as user input a selection of a question having a pre-defined type defining a required form of response; (b) a computer-implemented editing module operable to modify the question; and (c) a computer-implemented testing module operable to test the questionnaire.
  • a computer-implemented method of creating a questionnaire comprising: (a) receiving by a computer-implemented user input module as user input a selection of a question having a pre-defined type defining a required form of response; (b) editing the question by a computer-implemented editing module; and (c) testing the questionnaire by a computer-implemented testing module.
  • Figure 1 is a block diagram of a system for creating a questionnaire according to a first embodiment of the invention
  • Figure 2 is a screen-shot graphical representation of a webpage produced by the system shown in Figure 1 , showing a user interface;
  • Figure 3 is a screen-shot graphical representation of a webpage produced by the system shown in Figure 1 , showing an editing dialog box;
  • Figure 4 is a screen-shot graphical representation of a webpage produced by the system shown in Figure 1 , showing testing by a testing module;
  • Figure 5 is a flow diagram of a method of the system shown in Figure 1 , showing method steps.
  • a system 10 is operable to facilitate creating a questionnaire. Once created, the questionnaire can be presented to questionnaire respondents for obtaining their responses.
  • the system 10 includes any general-purpose computer 12 having a processing circuit, such as a CPU or other processor 14, and a memory circuit 16.
  • a processing circuit such as a CPU or other processor 14, and a memory circuit 16.
  • the memory circuit 16 in the first embodiment is operable to store digital representations of questionnaire data or other information, and to store digital representations of program data such as program code for directing operations of the processor 14.
  • the system 10 in the first embodiment also includes a database 18 forming part of or being in communication with the general-purpose computer 12.
  • the database 18 may be implemented as part of the processing circuit 14, the memory circuit 16, or may be implemented separately from the general- purpose computer 12 as shown in Figure 1.
  • the database 18 is operable to store information, typically in the form of recordable and retrievable data and relationships between stored data for use within or by the system 10.
  • the system 10 in some embodiments is operable to implement one or more webpages of a system 10 website having a user interface 20 accessible via the Internet or other global communications network.
  • the system 10 is operable to permit a user to connect to and interact with the system 10 website via a web browser application, for example.
  • the user interface 20 includes a plurality of user-selectable, pre-defined question types 22, such as “single input”, “checkbox”, “radiogroup”, “dropdown”, etc.
  • each question type defines a required form of response.
  • the question type “radiogroup” requires the respondent of the questionnaire to respond to that type of question by selecting a radio button from a group of radio buttons presented in association with the question.
  • the question type “dropdown” requires the respondent to select a response presented in a dropdown menu.
  • the user interface 20 includes a main area 24 in which a question of a selected question type 22 can be displayed for subsequent editing.
  • a question 26 is edited using an editing dialog box
  • one or more questions 26 can be tested using a testing module 30.
  • a system for creating a questionnaire comprising: (a) a computer-implemented user input module operable to receive as user input a selection of a question having a pre-defined type defining a required form of response; (b) a computer-implemented editing module operable to modify the question; and (c) a computer-implemented testing module operable to test the questionnaire.
  • the memory circuit in accordance with the first embodiment of the invention contains blocks of code comprising computer executable instructions for directing the processor to perform the steps of a method shown generally at 32.
  • Block 34 When electrical power is being supplied to the processor 14 and the memory circuit 16, the processor 14 is directed to begin executing the instructions of block 34.
  • Block 34 then directs the processor 14 to receive as user input a selection of a question 26 having a pre-defined type defining a required form of response.
  • the question type 22 ( Figure 2) is selected by dragging and dropping it onto the main area 24 of the user interface 20, thereby causing a question 26 of the selected question type 22 to appear in the main area 24.
  • Block 36 then edits the question 26 by using an editing module operable to display the editing dialog box 28 ( Figure 3) and to modify the question 26 such as in response to user input via the database 28.
  • block 38 tests the questionnaire by the testing module 30 ( Figure 4).
  • a computer-implemented method of creating a questionnaire comprising: (a) receiving by a computer-implemented user input module as user input a selection of a question having a pre-defined type defining a required form of response; (b) editing the question by a computer- implemented editing module; and (c) testing the questionnaire by a computer- implemented testing module.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • Finance (AREA)
  • Strategic Management (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • General Engineering & Computer Science (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Artificial Intelligence (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Health & Medical Sciences (AREA)
  • Game Theory and Decision Science (AREA)
  • General Business, Economics & Management (AREA)
  • Data Mining & Analysis (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • User Interface Of Digital Computer (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

A system and method for creating a questionnaire is provided. The system for creating a questionnaire includes: (a) a computer-implemented user input module operable to receive as user input a selection of a question having a pre-defined type defining a required form of response; (b) a computer-implemented editing module operable to modify the question; and (c) a computer-implemented testing module operable to test the questionnaire. The computer-implemented method of creating a questionnaire includes: (a) receiving by a computer-implemented user input module as user input a selection of a question having a pre-defined type defining a required form of response; (b) editing the question by a computer-implemented editing module; and (c) testing the questionnaire by a computer-implemented testing module.

Description

SYSTEM AND METHOD FOR CREATING A QUESTIONNAIRE
BACKGROUND OF THE INVENTION
1. Field of Invention
This invention relates to conducting questionnaires, surveys, opinion polls, and the like, and, in particular, to a system and method for creating a questionnaire.
2. Description of Related Art
Questionnaires are conventionally created by humans who formulate questions for the questionnaire and then manually type the formulated questions into a word processor or other text editor for presentation as a questionnaire.
Some conventional systems have been created for creating web browser- based questionnaires.
However, such conventional systems lack extensive features for advanced questionnaires.
An object of the invention is to address the above shortcoming.
SUMMARY
The above shortcomings may be addressed by providing, in accordance with one aspect of the invention, a system for creating a questionnaire, the system comprising: (a) a computer-implemented user input module operable to receive as user input a selection of a question having a pre-defined type defining a required form of response; (b) a computer-implemented editing module operable to modify the question; and (c) a computer-implemented testing module operable to test the questionnaire.
In accordance with another aspect of the invention, there is provided a computer-implemented method of creating a questionnaire, the method comprising: (a) receiving by a computer-implemented user input module as user input a selection of a question having a pre-defined type defining a required form of response; (b) editing the question by a computer-implemented editing module; and (c) testing the questionnaire by a computer-implemented testing module.
The foregoing summary is illustrative only and is not intended to be in any way limiting. Other aspects and features of the present invention will become apparent to those of ordinary skill in the art upon review of the following description of embodiments of the invention in conjunction with the accompanying figures and claims.
BRIEF DESCRIPTION OF THE DRAWINGS
In drawings which illustrate by way of example only embodiments of the invention:
Figure 1 is a block diagram of a system for creating a questionnaire according to a first embodiment of the invention;
Figure 2 is a screen-shot graphical representation of a webpage produced by the system shown in Figure 1 , showing a user interface;
Figure 3 is a screen-shot graphical representation of a webpage produced by the system shown in Figure 1 , showing an editing dialog box;
Figure 4 is a screen-shot graphical representation of a webpage produced by the system shown in Figure 1 , showing testing by a testing module; and
Figure 5 is a flow diagram of a method of the system shown in Figure 1 , showing method steps. DETAILED DESCRIPTION
Referring to Figure 1, a system 10 according to a first and preferred embodiment of the invention is operable to facilitate creating a questionnaire. Once created, the questionnaire can be presented to questionnaire respondents for obtaining their responses.
The system 10 includes any general-purpose computer 12 having a processing circuit, such as a CPU or other processor 14, and a memory circuit 16.
The memory circuit 16 in the first embodiment is operable to store digital representations of questionnaire data or other information, and to store digital representations of program data such as program code for directing operations of the processor 14.
The system 10 in the first embodiment also includes a database 18 forming part of or being in communication with the general-purpose computer 12. In general, the database 18 may be implemented as part of the processing circuit 14, the memory circuit 16, or may be implemented separately from the general- purpose computer 12 as shown in Figure 1. The database 18 is operable to store information, typically in the form of recordable and retrievable data and relationships between stored data for use within or by the system 10.
Referring to Figure 2, the system 10 in some embodiments is operable to implement one or more webpages of a system 10 website having a user interface 20 accessible via the Internet or other global communications network. The system 10 is operable to permit a user to connect to and interact with the system 10 website via a web browser application, for example.
The user interface 20 includes a plurality of user-selectable, pre-defined question types 22, such as “single input”, “checkbox”, “radiogroup”, “dropdown”, etc. In the first embodiment, each question type defines a required form of response. For example, the question type “radiogroup” requires the respondent of the questionnaire to respond to that type of question by selecting a radio button from a group of radio buttons presented in association with the question. By way of further example, the question type “dropdown” requires the respondent to select a response presented in a dropdown menu.
The user interface 20 includes a main area 24 in which a question of a selected question type 22 can be displayed for subsequent editing.
Referring to Figure 3, a question 26 is edited using an editing dialog box
28.
Referring to Figure 4, one or more questions 26 can be tested using a testing module 30.
Thus, there is provided a system for creating a questionnaire, the system comprising: (a) a computer-implemented user input module operable to receive as user input a selection of a question having a pre-defined type defining a required form of response; (b) a computer-implemented editing module operable to modify the question; and (c) a computer-implemented testing module operable to test the questionnaire.
Method of Operation
Referring to Figure 5, the memory circuit in accordance with the first embodiment of the invention contains blocks of code comprising computer executable instructions for directing the processor to perform the steps of a method shown generally at 32.
When electrical power is being supplied to the processor 14 and the memory circuit 16, the processor 14 is directed to begin executing the instructions of block 34. Block 34 then directs the processor 14 to receive as user input a selection of a question 26 having a pre-defined type defining a required form of response. In the first embodiment, the question type 22 (Figure 2) is selected by dragging and dropping it onto the main area 24 of the user interface 20, thereby causing a question 26 of the selected question type 22 to appear in the main area 24. Block 36 then edits the question 26 by using an editing module operable to display the editing dialog box 28 (Figure 3) and to modify the question 26 such as in response to user input via the database 28.
After block 34, and typically also block 36, has been executed for any number of questions 26, block 38 then tests the questionnaire by the testing module 30 (Figure 4).
After block 38 has been executed, the method 32 ends.
Thus, there is provided a computer-implemented method of creating a questionnaire, the method comprising: (a) receiving by a computer-implemented user input module as user input a selection of a question having a pre-defined type defining a required form of response; (b) editing the question by a computer- implemented editing module; and (c) testing the questionnaire by a computer- implemented testing module.
While embodiments of the invention have been described and illustrated, such embodiments should be considered illustrative of the invention only. The invention may include variants not described or illustrated herein in detail. Thus, the embodiments described and illustrated herein should not be considered to limit the invention as construed in accordance with the accompanying claims.

Claims

What is claimed is:
1 . A system for creating a questionnaire, the system comprising:
(a) a computer-implemented user input module operable to receive as user input a selection of a question having a pre-defined type defining a required form of response;
(b) a computer-implemented editing module operable to modify the question; and
(c) a computer-implemented testing module operable to test the questionnaire.
2. A computer-implemented method of creating a questionnaire, the method comprising:
(a) receiving by a computer-implemented user input module as user input a selection of a question having a pre-defined type defining a required form of response;
(b) editing the question by a computer-implemented editing module; and
(c) testing the questionnaire by a computer-implemented testing module.
PCT/CA2020/051209 2019-09-09 2020-09-08 System and method for creating a questionnaire WO2021046638A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US201962897608P 2019-09-09 2019-09-09
US62/897,608 2019-09-09

Publications (1)

Publication Number Publication Date
WO2021046638A1 true WO2021046638A1 (en) 2021-03-18

Family

ID=74867112

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CA2020/051209 WO2021046638A1 (en) 2019-09-09 2020-09-08 System and method for creating a questionnaire

Country Status (1)

Country Link
WO (1) WO2021046638A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20220398650A1 (en) * 2021-06-14 2022-12-15 Sunlytix, LLC dba Demand IQ Systems, methods, computing platforms, and storage media for generating and optimizing virtual storefront templates

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6581071B1 (en) * 2000-09-12 2003-06-17 Survivors Of The Shoah Visual History Foundation Surveying system and method
US20050193333A1 (en) * 2004-02-27 2005-09-01 Ebert Peter S. Survey generation system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6581071B1 (en) * 2000-09-12 2003-06-17 Survivors Of The Shoah Visual History Foundation Surveying system and method
US20050193333A1 (en) * 2004-02-27 2005-09-01 Ebert Peter S. Survey generation system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
ANONYMOUS: "Previewing & Testing Surveys", SURVEYMONKEY, 30 August 2018 (2018-08-30), pages 1 - 4, XP055802766, Retrieved from the Internet <URL:https://help.surveymonkey.com/articles/en_US/kb/Can-I-test-my-survey-before-it-goes-live> *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20220398650A1 (en) * 2021-06-14 2022-12-15 Sunlytix, LLC dba Demand IQ Systems, methods, computing platforms, and storage media for generating and optimizing virtual storefront templates
US11995708B2 (en) * 2021-06-14 2024-05-28 Demand Iq, Inc. Systems, methods, computing platforms, and storage media for generating and optimizing virtual storefront templates

Similar Documents

Publication Publication Date Title
US20220309121A1 (en) Website creation system for creating websites having at least one series of directional webpages and related methods
US9564040B1 (en) Systems and methods for automated alerts
US11068559B2 (en) Website creation system for creating websites having at least one series of directional webpages and related methods
Lee et al. Systematic evaluation methodology for cell phone user interfaces
Ahmed et al. Establishing standard rules for choosing best KPIs for an e-commerce business based on google analytics and machine learning technique
US8219502B2 (en) Automated interview systems and methods
US20210407312A1 (en) Systems and methods for moderated user experience testing
US20230306073A1 (en) Website creation system and method
US11886529B2 (en) Systems and methods for diagnosing quality issues in websites
US9390138B2 (en) Bridge event analytics tools and techniques
Yap et al. Continuous use and extended use of e-government portals in Malaysia
US20200394680A1 (en) Computer system and method for market research automation
US20150081419A1 (en) Method and system for implementing dynamic link tracking
WO2020159665A1 (en) Systems and methods for the generation, administration and analysis of user experience testing
US11709754B2 (en) Generation, administration and analysis of user experience testing
KR20190093757A (en) Analyzing and Reporting System for Survey and Poll Data
US20140272898A1 (en) System and method of providing compound answers to survey questions
WO2001057706A2 (en) Method and apparatus for enhanced path analysis on a world wide web site
WO2021046638A1 (en) System and method for creating a questionnaire
CN113516490A (en) Questionnaire report generation method and system, client and server
JP6508327B2 (en) Text visualization system, text visualization method, and program
US11443009B2 (en) Information processing system, information processing method, program, and information processing apparatus
KR101730340B1 (en) Method for quantification of evaluation result about target of evaluation
US20200210497A1 (en) Advanced analysis of online user experience studies
US20170178205A1 (en) Consumer feedback for websites and mobile applications

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20863384

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20863384

Country of ref document: EP

Kind code of ref document: A1