-
Notifications
You must be signed in to change notification settings - Fork 15
Adds the new assessment Component #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| this.props.editItem(itemIndex, field, data)} | ||
| addItem={() => this.props.addItem()} | ||
| /> | ||
| <div className="c-question-add"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The add button should always go at the bottom
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thats not how brandons designs have them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should probably disappear when the thing is open
dspencer001
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Looks good. |
* Adds the new assessment Component * And a test * No box of there is a modal
* Som tests * more specs * nav_bar_content_spec * Don't require default props * Delete assessment when button clicked * Make api calls to qbank to delete assessments * Add reducer for deleting done * Use deployed recorderjs * New assess (#119) * starting to break out the components * creates assessment * started into makeing offered * Adds new and improves styles * Rename things, extract out items a bit * Satisfy hound * Fix not building * Screwed up merge * Create and update assessments using the same component, redirect to the edit component after the api call to create the assessment completes * Adds the navbar * gets things merged right * Fix delete button selecting assessment * Add middleware and actions * Adds the new assessment Component (#120) * Adds the new assessment Component * And a test * No box of there is a modal * Get items, start creating them * Remove debugger * more specs * Create items (#123) * Get items, start creating them * Remove debugger * Create multiple choice questions * Fix specs * bad spaces
* Adds the new assessment Component * And a test * No box of there is a modal
* Som tests * more specs * nav_bar_content_spec * Don't require default props * Delete assessment when button clicked * Make api calls to qbank to delete assessments * Add reducer for deleting done * Use deployed recorderjs * New assess (#119) * starting to break out the components * creates assessment * started into makeing offered * Adds new and improves styles * Rename things, extract out items a bit * Satisfy hound * Fix not building * Screwed up merge * Create and update assessments using the same component, redirect to the edit component after the api call to create the assessment completes * Adds the navbar * gets things merged right * Fix delete button selecting assessment * Add middleware and actions * Adds the new assessment Component (#120) * Adds the new assessment Component * And a test * No box of there is a modal * Get items, start creating them * Remove debugger * more specs * Create items (#123) * Get items, start creating them * Remove debugger * Create multiple choice questions * Fix specs * bad spaces
Code-review checklist
that code is the way it is.