File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://json-schema.org/draft/2020-12/schema" ,
3
- "title" : " Pagetype freestyle content" ,
4
- "description" : " Description of the content of the Pagetype 'freestyle '" ,
3
+ "title" : " Pagetype canvas content" ,
4
+ "description" : " Description of the content of the Pagetype 'canvas '" ,
5
5
"type" : " object" ,
6
6
"properties" : {
7
7
"name" :{
Original file line number Diff line number Diff line change 61
61
{
62
62
"module" : " Stroop" ,
63
63
"part" : " StroopPre" ,
64
- "type" : " freestyle " ,
64
+ "type" : " canvas " ,
65
65
"autoNext" : {
66
66
"delay" : 500
67
67
},
73
73
{
74
74
"module" : " Stroop" ,
75
75
"part" : " StroopInput" ,
76
- "type" : " freestyle " ,
76
+ "type" : " canvas " ,
77
77
"answerDelayToNextPage" : 500 ,
78
78
"autoNext" : {
79
79
"delay" : 5000 ,
Original file line number Diff line number Diff line change 12
12
Current Location: {{scriptLocation}}
13
13
<br >
14
14
Select new Location:
15
- <input type =" file" style = " border-style : solid ; " id =" hwScriptDir" @click =" chooseDir()" @click.prevent =" " />
15
+ <input type =" file" id =" hwScriptDir" @click =" chooseDir()" @click.prevent =" " />
16
16
</div >
17
17
</div >
18
18
</div >
25
25
<div class =" box-body" >
26
26
<div style =" margin-left : 10px " >
27
27
Import File:
28
- <input type =" file" style = " border-style : solid ; " id =" surveyJSONDir" @click =" addSurvey()" @click.prevent =" " />
28
+ <input type =" file" id =" surveyJSONDir" @click =" addSurvey()" @click.prevent =" " />
29
29
</div >
30
30
<hr >
31
31
<div v-for =" (survey, index) in surveys" v-bind:key =" index" >
50
50
Current Location: {{assetLocation}}
51
51
<br >
52
52
Select new Location:
53
- <input type =" file" style = " border-style : solid ; " id =" picDir" @click =" chooseAssetDir()" @click.prevent =" " />
53
+ <input type =" file" id =" picDir" @click =" chooseAssetDir()" @click.prevent =" " />
54
54
</div >
55
55
</div >
56
56
</div >
File renamed without changes.
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ const router = new Router({
71
71
]
72
72
} ,
73
73
{
74
- path :"/freestyle " , name :"freestyle " , component : require ( "@/components/SurveyPage/freestyle " ) . default
74
+ path :"/canvas " , name :"canvas " , component : require ( "@/components/SurveyPage/canvas " ) . default
75
75
} ,
76
76
{
77
77
path :"/explanation" , name :"explanation" , component : require ( "@/components/SurveyPage/explanation" ) . default
You can’t perform that action at this time.
0 commit comments