format.html { render :action => "new" }
        format.json { render :json => @answer.errors, :status => :unprocessable_entity }
        format.mobile { render :action => "new" }