File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,8 +136,24 @@ They can be found in this configuration file:
136136
137137[ app-data.json] ( https://github.com/kingsdigitallab/algorithmic-justice/blob/main/app/data/app-data.json )
138138
139+ The questionnaire is not editable via the interface,
140+ they can be changed in the file only.
141+ Each time the questionnaire changes the responses have to be
142+ computed and cached by a KDL developer.
143+ Note that the questionnaire and the cached responses
144+ are shared by between the Questionnaire tab
145+ and the integrated prototype.
146+
139147Whereas the other variables, such as the prompt templates,
140148visible on the Settings tab are stored in this file:
141149
142150[ settings.mjs] ( https://github.com/kingsdigitallab/algorithmic-justice/blob/main/app/settings.mjs )
143151
152+ Those settings can be temporarily changed in the Settings tab,
153+ but it won't affect the default values stored in the file.
154+ When you reload the web page without special argument in the URL,
155+ the settings are reset to their default.
156+
157+ Any change in those two files above will trigger
158+ an automatic rebuild of the website on github.
159+ After a couple of minutes the changes will appear in the live interfaces.
You can’t perform that action at this time.
0 commit comments