You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The enquiries extension can be used to record questions raised during a contract
4
4
5
5
## Structure
6
6
7
-
The extension adds an ```enquiries``` array to tender, consisting of one or more enquiry objects, each with fields for a question, and an answer.
7
+
The extension adds an `enquiries` array to tender, consisting of one or more enquiry objects, each with fields for a question, and an answer.
8
8
9
9
Example:
10
10
@@ -29,24 +29,24 @@ Example:
29
29
}
30
30
```
31
31
32
-
Supporting documents with clarifications, or a full document containing answers to questions can be included in the ```tender/documents``` array with a ```documentType``` of 'clarifications'.
32
+
Supporting documents with clarifications, or a full document containing answers to questions can be included in the `tender/documents` array with a `documentType` of 'clarifications'.
33
33
34
-
Where the answers to a question are only available in attached documents, an ```answer``` value such as 'Consult section N of "%document name%" in the documents section' may be entered to allow analysts of the data to identify that an answer to this question has been provided.
34
+
Where the answers to a question are only available in attached documents, an `answer` value such as 'Consult section N of "%document name%" in the documents section' may be entered to allow analysts of the data to identify that an answer to this question has been provided.
35
35
36
-
When a system allow a discussion format, where each answer can be followed by a further clarification question, the ```threadID``` property can be used to link together multiple entries in the ```enquiries``` array.
36
+
When a system allow a discussion format, where each answer can be followed by a further clarification question, the `threadID` property can be used to link together multiple entries in the `enquiries` array.
37
37
38
38
## Usage guidance
39
39
40
40
Implementations may vary on the amount of enquiry information they provide, and when it is provided.
41
41
42
42
Some publishers may omit the identity of the question author to protect confidentiality of enquirers, or may anonymize this information (e.g. simply putting the author name as 'Organization 1' or 'Organization 2' so that it is possible to see questions from the same organization, but not to know the identity of that organization.)
43
43
44
-
The ```relatedItem``` and ```relatedLot``` properties are available for use when questions can be asked in relation to a specific lot or item.
44
+
The `relatedItem` and `relatedLot` properties are available for use when questions can be asked in relation to a specific lot or item.
45
45
46
46
Where possible, the recommended approach is to:
47
47
48
-
* Make release with a ```tenderUpdate``` release tag for every new question or batch of questions received, providing an enquiries array with each of the questions in;
49
-
* Make a release with a ```tenderUpdate``` release tag when the answers to the questions are provided, updating the earlier enquiries array so each entry now contains both a question and an answer;
48
+
* Make release with a `tenderUpdate` release tag for every new question or batch of questions received, providing an enquiries array with each of the questions in;
49
+
* Make a release with a `tenderUpdate` release tag when the answers to the questions are provided, updating the earlier enquiries array so each entry now contains both a question and an answer;
50
50
51
51
This approach will enable third-party applications to watch for releases that provide answers to questions, and will support procurement monitors in reviewing the way in which questions are being answered.
0 commit comments