Closed FeXd closed 1 year ago
Color looks good, we use CSS Variables we could easily change it later as well: https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
Some inspiration from Google Forms: https://docs.google.com/forms/d/e/1FAIpQLScjoZ7DfL1jZizo_V3CtQ35qbSXMhnmie3wGjpE1k0liZYgcw/viewform?usp=sf_link
Consider updating form styling to be more similar with rounded corners?
Made a wireframe for the styling
Generally looks good but I would not abbreviate "Question" just use the full word. Might be cleaner to have background be colored and boxes be white like the example. May be hard to read on green. But otherwise, an improvement.
A bit of an improvement, but I'd like to see changes:
@Raunaq27 previewed his work today:
Feedback:
Copy Code to Clipboard
outside of <pre>
<pre>
and <button>
inside an element (maybe <aside>
or <section>
) ensure that it has rounded corners consistent with other sections<body>
maybe 1em
or soThis is how the form looks
All examples were previously using their own style sheet. This was ok, but it would be better if they shared a stylesheet and thus had consistent styles.
Create a new style sheet in the root of the project that can be used for ALL different types of interactive learning assessments.
Note that since this story touches many different files, it should be done when there are no open pull requests and be sure to communicate with the team so we don't create any unnecessary conflicts.