Skip to content
Snippets Groups Projects

Toggling pregrading and Identifying blank solutions

Open Ghost User requested to merge feature/toggle-pregrading into develop
Compare and Show latest version
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -774,7 +774,7 @@ class Exams extends React.Component {
<select value={props.problem.grading_policy} onChange={this.onChangeAutoApproveType.bind(this)}>
<option value='0'>Nothing</option>
<option value='1'>Blanks</option>
<option value='2'>One answer/blanks</option>
{props.problem.mc_options.length !== 0 && <option value='2'>One answer/blanks</option>}
</select>
</div>
</div>
Loading