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: teacher/guides/faq/index.html
+18-16Lines changed: 18 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -3014,27 +3014,29 @@ <h2 id="how-can-i-share-a-link-to-a-problem-set">How can I share a link to a Pro
3014
3014
<h2id="how-can-i-set-parameters-for-evaluation-functions">How can I set parameters for evaluation functions?<aclass="headerlink" href="#how-can-i-set-parameters-for-evaluation-functions" title="Permanent link">¶</a></h2>
3015
3015
<p>The most common parameters will be visible uder the <strong>EVALUATE</strong> tab in the configure panel.</p>
3016
3016
<p>If there is a parameter that is not already visible it can be set using the <strong>Advanced - raw parameters</strong> (also under the <strong>EVALUATE</strong> tab) by doing the following:</p>
3017
-
<p><imgalt="Image showing the locations of parameters in the EVALUATE tab." src="../images/set_parameter_1.png" /></p>
3017
+
<p><imgalt="Image showing the locations of parameters in the EVALUATE tab." src="../images/set_parameter_1.png" style="height:400px" /></p>
3018
3018
<ol>
3019
-
<li>Hover over the list of parameters in the <strong>Advanced - raw parameters</strong> area. Click the green plus-symbol that appears.</li>
3020
-
</ol>
3019
+
<li>
3020
+
<p>Hover over the list of parameters in the <strong>Advanced - raw parameters</strong> area. Click the green plus-symbol that appears.</p>
3021
3021
<p><imgalt="Image showing the green plus that appears when hovering over the list of parameters." src="../images/set_parameter_2.png" /></p>
3022
-
<ol>
3023
-
<li>Type the name of the parameter (without quotation marks).</li>
3024
-
</ol>
3022
+
</li>
3023
+
<li>
3024
+
<p>Type the name of the parameter (without quotation marks).</p>
3025
3025
<p><imgalt="Image showing input dialog for parameter names." src="../images/set_parameter_3.png" /></p>
3026
-
<ol>
3027
-
<li>Hover over the box that says <code>NULL</code> next to the newly added parameter. Click the green pen symbol that appears to the right of it.</li>
3028
-
</ol>
3026
+
</li>
3027
+
<li>
3028
+
<p>Hover over the box that says <code>NULL</code> next to the newly added parameter. Click the green pen symbol that appears to the right of it.</p>
3029
3029
<p><imgalt="Image showing symbols that appear when hovering over the parameter value input box." src="../images/set_parameter_4.png" /></p>
3030
-
<ol>
3031
-
<li>Type in the desired value in box that appears. By default it will be assumed that the parameter value is a string. The webclient will infer other possible types based on the written input. If the setting should be a string, click the green checkmark to the top right, and if you want the inferred type click the green checkmark at the bottom right.</li>
3032
-
</ol>
3030
+
</li>
3031
+
<li>
3032
+
<p>Type in the desired value in box that appears. By default it will be assumed that the parameter value is a string. The webclient will infer other possible types based on the written input. If the setting should be a string, click the green checkmark to the top right, and if you want the inferred type click the green checkmark at the bottom right.</p>
3033
3033
<p><imgalt="Image showing the two checkmarks locations that determine the type of the parameter value." src="../images/set_parameter_5.png" /></p>
3034
-
<ol>
3035
-
<li>The parameter is now set.</li>
3036
-
</ol>
3034
+
</li>
3035
+
<li>
3036
+
<p>The parameter is now set.</p>
3037
3037
<p><imgalt="Image showing the final result of setting a parameter." src="../images/set_parameter_6.png" /></p>
3038
+
</li>
3039
+
</ol>
3038
3040
<h2id="how-do-i-reorder-questions">How do I reorder questions?<aclass="headerlink" href="#how-do-i-reorder-questions" title="Permanent link">¶</a></h2>
3039
3041
<p>It is only possible to reorder published questions in a set. This prevents inadvertently inserting new questions between two published ones. This ensures consistency to the student when viewing a published set as existing questions will remain in an unchanged order, with new questions being added to the bottom (unless manually changed by the teacher). You can tell a question is unpublished as it will take the '<strong>1.X</strong>' numbering format</p>
0 commit comments