Task Form Decoration

qString: Type with Voice

Accepts voice input. Currently, it works only with Chrome and some other browsers. Press the Speech Recognition button to speak and characters will be entered. This is useful for reporting “facility inspection results” via smartphone. Note that the server-based recognition engine is used, so it does not work offline.

qNumber: Speech

qNumber: Speech

Reads out numerical values in numeric type fields (Text-to-Speech), using the Web Speech API (Speech Synthesis). For example, the billing amount data “12,000,000 (yen)” can be confirmed by the voice “issen ni-hyakuman” or “twelve million”.

qGuide: Batch Paste from Clipboard

qGuide: Batch Paste from Clipboard

Button for batch input to multiple form elements. The text on the clipboard is split into lines and pasted into each field. In this example, batch pasting to 4 fields (singleline string, select, date, multiline string) is implemented.

qGuide: Batch Input Frequent Combination

qGuide: Batch Input Frequent Combination

Button for batch input to multiple form elements allows popular combinations of input values to be implemented as a single button, reducing input costs and the risk of incorrect input. In this example of setting a delivery destination, options such as “Select: Kyoto Head Office”, “Select: Management Department”, and “Select: No delivery time specified” can be entered with just one click.

qString: Generate Password

qString: Generate Password

Generates a 12-character password. Randomly extracts 2 characters from “23456789”, 4 characters from “ACFGHJKNRSUXYZ”, 4 characters from “acfghjknrsuxyz”, and 2 characters from “#$%&+-“. Characters that are easily misidentified (e.g., “1” and “l”) are not extracted.

qString: Overwrite with HELLO WORLD

Hello World for learning the “Questetra Form JavaScript API”. Set the following code in the “Description” section of the STRING DataItem. The “Input HELLO WORLD” button will appear on the Task Form. (Editable Step with read/write permission)