Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DHAS
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
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
Thitichaipun Wutthisak
DHAS
Commits
638648b5
Commit
638648b5
authored
May 05, 2021
by
peema_phongam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
splice question
parent
5121a8ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
PreviewExam.Controller.js
...b.war/JS/AngularTools/JobRouter/PreviewExam.Controller.js
+4
-3
No files found.
hrAppWeb.war/JS/AngularTools/JobRouter/PreviewExam.Controller.js
View file @
638648b5
...
...
@@ -191,10 +191,11 @@ angular.module('myHR').controller('PreviewExam', ['$scope', '$http', '$mdDialog'
})
setThreeScore
+=
sumSentence
})
//Set 1 + 2
$scope
.
question
.
question
.
splice
(
2
,
1
)
let
setOneTwoScore
=
$scope
.
question
.
getRealScore
(
$scope
.
question
.
getQuestion
())
let
copyQuestion
=
JSON
.
parse
(
JSON
.
stringify
(
$scope
.
question
));
copyQuestion
.
question
.
splice
(
2
,
1
)
let
setOneTwoScore
=
$scope
.
question
.
getRealScore
(
copyQuestion
.
question
)
$scope
.
DHASSupReadTestGrade
=
'Unknown'
$scope
.
DHASSupReadTestScore
=
setThreeScore
+
setOneTwoScore
...
...
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