FAC-11 / litlearn

The English GCSE learning app
https://litlearn.herokuapp.com/
7 stars 1 forks source link

Explain your answer page #61

Closed rachaelcodes closed 7 years ago

rachaelcodes commented 7 years ago

now prefills with answer from previous page (thanks to the magic of URL queries)

codecov[bot] commented 7 years ago

Codecov Report

Merging #61 into master will decrease coverage by 3.84%. The diff coverage is 25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
- Coverage   56.43%   52.58%   -3.85%     
==========================================
  Files          11       12       +1     
  Lines         101      116      +15     
  Branches        5        6       +1     
==========================================
+ Hits           57       61       +4     
- Misses         44       55      +11
Impacted Files Coverage Δ
src/controllers/multichoice.js 13.33% <0%> (ø) :arrow_up:
src/controllers/index.js 100% <100%> (ø) :arrow_up:
src/controllers/explain.js 15.38% <15.38%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 833afce...f7aeb22. Read the comment docs.

rachaelcodes commented 7 years ago

@Jen-Harris this now contains your styling!

rachaelcodes commented 7 years ago

@morkeltry can you merge this to get the 'explain your answer' page set up? You can populate it with what you're doing with session storage...