Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dc_wl04
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
dc_wl04
Commits
d5664390
Commit
d5664390
authored
Mar 21, 2022
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:
parent
070a9886
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
dc_wl04.js
assets/dc_wl04/scene/dc_wl04.js
+8
-8
No files found.
assets/dc_wl04/scene/dc_wl04.js
View file @
d5664390
...
@@ -527,9 +527,9 @@ updateFlagArea(cb){
...
@@ -527,9 +527,9 @@ updateFlagArea(cb){
.
to
(
1.5
,
{
x
:
that
.
timerRight
.
_x0
},
{
easing
:
'
quadInOut
'
})
.
to
(
1.5
,
{
x
:
that
.
timerRight
.
_x0
},
{
easing
:
'
quadInOut
'
})
.
call
(()
=>
{
.
call
(()
=>
{
if
(
window
.
courseware
){
if
(
window
.
courseware
){
window
.
courseware
.
sendAnswer
(
that
.
aiexerciseid
,
""
,
false
,
new
Date
().
getTime
());
//
window.courseware.sendAnswer(that.aiexerciseid,"",false,new Date().getTime());
}
}
that
.
nextMission
();
that
.
nextMission
();
})
})
...
@@ -596,8 +596,8 @@ updateFlagArea(cb){
...
@@ -596,8 +596,8 @@ updateFlagArea(cb){
.
start
();
.
start
();
if
(
window
.
courseware
){
if
(
window
.
courseware
){
window
.
courseware
.
sendAnswer
(
that
.
aiexerciseid
,
that
.
missionOptions
[
i
].
word
,
false
,
new
Date
().
getTime
());
//
window.courseware.sendAnswer(that.aiexerciseid,that.missionOptions[i].word,false,new Date().getTime());
}
}
}
else
{
}
else
{
for
(
let
j
=
0
;
j
<
6
;
j
++
){
for
(
let
j
=
0
;
j
<
6
;
j
++
){
...
@@ -645,9 +645,9 @@ updateFlagArea(cb){
...
@@ -645,9 +645,9 @@ updateFlagArea(cb){
.
start
();
.
start
();
if
(
window
.
courseware
){
if
(
window
.
courseware
){
window
.
courseware
.
sendAnswer
(
that
.
aiexerciseid
,
that
.
missionOptions
[
j
].
word
,
true
,
new
Date
().
getTime
());
//
window.courseware.sendAnswer(that.aiexerciseid,that.missionOptions[j].word,true,new Date().getTime());
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment