diff --git a/player.js b/player.js
index a805a61..f169dd7 100644
--- a/player.js
+++ b/player.js
@@ -115,7 +115,7 @@ function initializeAnimationView(submission, detailed) {
function initializeModelAnswerView(submission) {
const modelAnswer = submission.definitions.modelAnswer;
if (modelAnswer.length > 0) {
- var initialStateHTML = getModelAnswerInitialHTML(modelAnswer);
+ var initialStateHTML = submission.initialState.modelSvg;
} else {
$('#model-answer-container').html('
+
×
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
In this mode you can see all the click actions and if the model answer was opened
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ×
+
+
+
JSON Algorithm Animation Language (JAAL) viewer
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testbench/OpenDSA/AV/Development/PrimAVPE-scaffolded+player.json b/testbench/OpenDSA/AV/Development/PrimAVPE-scaffolded+player.json
new file mode 100644
index 0000000..a226498
--- /dev/null
+++ b/testbench/OpenDSA/AV/Development/PrimAVPE-scaffolded+player.json
@@ -0,0 +1,58 @@
+{
+ "translations" :{
+ "en": {
+ ".avTitle": "Prim's Algorithm Proficiency Exercise",
+ "av_Authors": "Mohammed Fawzi, Kasper Hellström, Artturi Tilanterä",
+ ".instructLabel": "Instructions:",
+ ".instructions": "Reproduce the behavior of Prim's Algorithm for the given graph below. Click on the appropriate