- Install NodeJS latest version here
- Run
npm install
to install all dependencies
- Open the
Final_Evaluation_Interface_ML-04.xlsx
file - Fill the
Final_Evaluation_Interface_ML-04.xlsx
inOriginal
sheet with your data - Replace or reuse the
Machine Learning Comment
sheet with your data - Save the
Machine Learning Comment
sheet asMachine Learning Comment.csv
- Save the
Original
sheet asOriginal.csv
- Open the converter here
- Upload the
Machine Learning Comment.csv
andOriginal.csv
to the converter and convert it to JSON - Copy the JSON result to each files named
original.json
andcomments.json
- Open
assessment.js
and change thekeys
variable by matching it with thecomments.json
- Go to website https://mentor.kampusmerdeka.kemdikbud.go.id/dashboard
- Login with your account
- On the dashboard page, press f12 (Inspect Element) and get the token by follow this image below
- Copy the token to your clipboard (Without
Bearer
) - Paste the token to
assessment.js
on thetoken
variable
- Go to evaluation page at https://mentor.kampusmerdeka.kemdikbud.go.id/dashboard/log/evaluation/5
- Press f12 (Inspect Element) and get the users data by follow this image below
- Copy the users data to your clipboard by click the data response (Copy Value)
- Paste the users data to
users.json
- Go to evaluation page for 1 student
- Press f12 (Inspect Element) and open the network tab
- Go to
Final Evaluation
tab and clickSave Draft
button - Get the request data with title
final_assessment
withPOST
method, copy the request data - Paste the request data to
request.json
- Run
npm start
to start the program
- Make sure to check the course title on the
final evaluation
tab is same with the variableCourse List
on thecomments.json
file. These may cause the comments are not submitted on specific course list.