Skip to content
Snippets Groups Projects
Commit ac69e65d authored by srosse's avatar srosse
Browse files

no-jira: fix template name

parent c695690e
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ public class EssayItemController extends BasicController implements ControllerEv
this.item = item;
this.qtiPackage = qtiPackage;
this.trnsltr = trnsltr;
main = createVelocityContainer("tab_essayItem.html");
main = createVelocityContainer("tab_essayItem");
essayQuestion = (EssayQuestion) item.getQuestion();
main.contextPut("question", essayQuestion);
main.contextPut("response", essayQuestion.getEssayResponse());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment