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
**Add support to show input file read code in the editor by default**
2
+
=======================================
3
+
4
+
Status
5
+
------
6
+
7
+
*Approved*
8
+
9
+
Context
10
+
-------
11
+
12
+
- Need to add an option to select if we want to add input file read code in the editor by default or not
13
+
- Current behavior of editor:
14
+
15
+
- There is no option to see from where candidates have to read the input file in the editor
16
+
17
+
- There is no code available for reading input files
18
+
19
+
- Users need support on how to read files very frequently
20
+
21
+
- We need a solution where we can add an option in ORA settings that asks the author if the system should display input file-read code by default in the editor or not
22
+
23
+
Decisions
24
+
---------
25
+
26
+
- An option to show read input file or not
27
+
28
+
- There should be a setting in ora that can be modified from the studio for each question where the author can select if the system should display input file read code or not
29
+
30
+
- Display the default read input file code in the editor
31
+
32
+
- Default read input file code will be loaded on language changed from the drop-down in the selected language
33
+
- Refer to *Appendix A* for the example of a sample input file read code concerning language
34
+
35
+
- Default read input file code will only be displayed in the editor is empty or contains the default code of any language
36
+
- Default read input file code will only displayed if author select true for value of `show_read_input_file_code`.
0 commit comments