Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/iqb-berlin/testcenter-frontend.git. Pull mirroring updated .
  1. Apr 09, 2021
    • paflov's avatar
      makes the testController only connect to commands-stream if the testMode has... · e677212c
      paflov authored
      makes the testController only connect to commands-stream if the testMode has the new capabillity `isMonitorable`
      e677212c
    • paflov's avatar
      fixes a bug which made tests in modes without saveReponses to write back some... · e876bc7f
      paflov authored
      fixes a bug which made tests in modes without saveReponses to write back some data when test with saveReponses was opened before.
      
      Explanation: The testmode comes later with getTestData and is set correctly in the RUNNING stage, while in LOADING stage it war still the testmode of the test before! So if we opened a test in TRIAL mode after running a test in HOT mode, the loading stage will be write back to backend. As a workaround, we reset to DEMO here, so while in loading stage `saveResponses` is always false.
      
      As all tests of one login are always in the same mode, maybe it would be better to retrieve the testmode from the login instead by getTestData.
      e876bc7f
    • paflov's avatar
      adds critical css fixes for chrome. · c828b7eb
      paflov authored
      c828b7eb
  2. Apr 08, 2021
  3. Apr 07, 2021
  4. Apr 06, 2021
  5. Apr 01, 2021
  6. Mar 31, 2021
  7. Mar 30, 2021
  8. Mar 29, 2021
  9. Mar 26, 2021
  10. Mar 24, 2021
Loading