File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
common/djangoapps/ifmo_mod/templates Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
- < form id =" inputtype_${id} " class =" capa_inputtype " >
1
+ < section >
2
2
3
3
## TODO Hide navigation bars somehow else, scoped attribute wont be supported like so
4
4
< style type ="text/css " scoped ="scoped ">
12
12
< p > Go to < a href ="http://htmlacademy.ru/courses/${course}/run/${task} " target ="_blank "> HTML Academy</ a > </ p >
13
13
</ div >
14
14
15
+ < form id ="inputtype_${id} " class ="capa_inputtype ">
16
+
15
17
< fieldset >
16
18
< input type ='hidden ' id ='input_${id} ' name ='input_${id} ' value =''/>
17
19
< input type ='hidden ' id ='input_${id}_user ' name ='input_${id}_user ' value ='${userid} '/>
18
20
</ fieldset >
19
21
20
22
</ form >
21
23
24
+ < script >
25
+ $ ( function ( ) {
26
+ if ( location . hash === '#problem_check' ) {
27
+ setTimeout ( function ( ) { $ ( '.check' ) . trigger ( 'click' ) ; } , 10 ) ;
28
+ window . location . hash = '' ;
29
+ }
30
+ } ) ;
31
+ </ script >
22
32
33
+ </ section >
You can’t perform that action at this time.
0 commit comments