Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Rails 开发一个测验应用程序。有些测试是定时的。一旦时间用完,我需要能够强制候选人提交测试。你如何做到这一点?刷新页面会重置计时器吗?
在我们的测试软件中,我们在数据库中为显示的问题保留了“开始时间”。
Time.now- start_time