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
Download the project using our plugins (such as the Netbeans plugin). See your course material for instructions.
8
+
<%else%>
9
+
<%if@course.initial_refresh_ready?%>
10
+
<%=link_to'Download project template (zip)',exercise_zip_url(@exercise)%>. Please download the exercises using using our plugins (such as the Netbeans plugin).
11
+
<%else%>
7
12
Project template (zip) not available during refresh.
Submit your answer using our plugins (such as the Netbeans plugin). See your course material for instructions. You may submit your answer using the plugin as many times as you like.
160
+
<%else%>
161
+
<%if@exercise.submittable_by?(current_user)%>
162
+
<divclass="row">
163
+
<divclass="col-md-12">
164
+
<h2>Submit answer manually</h2>
165
+
<divclass="alert alert-danger">
166
+
Only submit using this as a last resort! You should always submit the exercise using our plugins (such as the Netbeans plugin). See your course material for submitting instructions.
0 commit comments