liam-m / flippd

A lightweight VLE for the "flipped classroom"
1 stars 0 forks source link

Uninitialised variables used in quiz.erb #19

Open liam-m opened 8 years ago

liam-m commented 8 years ago

Run tests with --warnings enabled to view:

/vagrant/app/views/quiz.erb:31: warning: instance variable @results not initialized
/vagrant/app/views/quiz.erb:36: warning: instance variable @submission_error not initialized

Due to not setting these variables on get requests

liam-m commented 8 years ago

@Lixquid @ReverateNM Could one of you look at this please?

liam-m commented 8 years ago

Has this been fixed yet @Lixquid @ReverateNM?