A group decision system is being built over a network, which has inherent delays due to network lag. Suggest the longest acceptable amount of time the delay could last without affecting the user negatively. Provide an argument for the time you selected. Asynchronous critiquing of other participants' work.
What will be an ideal response?
These critiques can be batched and sent to the person who controls the document. This is a good solution that preserves any concerns about version control, and some delay is tolerable as the suggested changes are uploaded, just as uploading attachments into an email message take some time, often seconds.
You might also like to view...
What is the value of r after the following code executes? myList = [2, 3, 5, 7, 11]yourList = list(myList)r = yourList is myList
A. [2, 3, 5, 7, 11] B. True C. None D. False
Which letter sequence represents the order of the following steps in the request for proposal process?a) send RFP to vendorsb) develop product specificationsc) evaluate RFP responses against criteriad) define selection criteria
A. a, b, c, d B. b, d, a, c C. d, a, c, b D. a, d, b, c