WPML
Trạng thái
Đã được giải quyết bởi nhà phát triển
Đã giải quyết trong
Quiz And Survey Master 8.1.15
Plugin/giao diện liên quan
Quiz And Survey Master
Thẻ chủ đề
Compatibility

Tổng quan về lỗi

Khi sử dụng plugin Quiz And Survey Master, bạn sẽ nhận thấy rằng mặc dù đã dịch nút Retake Quiz trong mô-đun WPML Dịch Chuỗi, nút đã dịch không hiển thị chính xác trong phần tóm tắt bài trắc nghiệm sau khi gửi.

Giải pháp tạm thời

Vui lòng đảm bảo có một bản sao lưu đầy đủ trang web của bạn trước khi tiếp tục.


  • Mở tệp …/wp-content/plugins/quiz-master-next/php/classes/class-qmn-quiz-manager.php.

  • Tìm dòng 1772.

  • Thay thế mã này:
    				$result_display .= '<input type="submit" value="' . apply_filters( 'qsm_retake_quiz_text', $qmn_quiz_options->retake_quiz_button_text ) . '" name="qsm_retake_button" class="qsm-btn qsm_retake_button qmn_btn" id="qsm_retake_button" />';

  • Bằng:
    				$result_display .= '<input type="submit" value="' . esc_attr($mlwQuizMasterNext->pluginHelper->qsm_language_support($qmn_quiz_options->retake_quiz_button_text, "quiz_retake_quiz_button_text-{$qmn_quiz_options->quiz_id}")) . '" name="qsm_retake_button" class="qsm-btn qsm_retake_button qmn_btn" id="qsm_retake_button" />';

Lưu ý: bạn có thể cần cập nhật nhãn nút Retake và bản dịch của nó để các thay đổi này hiển thị.

Tất cả các lỗi đã ghi nhận →