mumuki / mumuki-laboratory

:microscope: Where students practice and receive automated and human feedback

Home Page:http://mumuki.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exam timer will not show up for teacher even if from different organization

julian-berbel opened this issue · comments

Current timer logic only checks whether user is teacher, not if user is teacher for the current organization, which seems like the proper way to do it.

<% if @exercise.navigable_parent.timed? && !current_user.teacher? %>