Skip to content

Conversation

@BenHSmith13
Copy link
Contributor

Code-review checklist

  • Documentation
    • Interfaces describe how other programmers would use them.
    • Code that is not obvious has documentation describing why
      that code is the way it is.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.354% when pulling 1607156 on new_assessment_box into d602f0e on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.001%) to 99.355% when pulling b50571a on new_assessment_box into d602f0e on master.

this.props.editItem(itemIndex, field, data)}
addItem={() => this.props.addItem()}
/>
<div className="c-question-add">
Copy link
Contributor

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

Copy link
Contributor Author

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

Copy link
Contributor Author

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

Copy link
Contributor

@dspencer001 dspencer001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dspencer001
Copy link
Contributor

Looks good.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.002%) to 99.357% when pulling 9b4ce99 on new_assessment_box into d602f0e on master.

@BenHSmith13 BenHSmith13 merged commit ee40b3d into master Feb 9, 2017
@BenHSmith13 BenHSmith13 deleted the new_assessment_box branch February 9, 2017 20:04
BenjaminCall pushed a commit that referenced this pull request Feb 9, 2017
* Adds the new assessment Component

* And a test

* No box of there is a modal
BenjaminCall added a commit that referenced this pull request Feb 9, 2017
* 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
resource11 referenced this pull request in CLIxIndia-Dev/OpenAssessmentsClient Feb 10, 2017
* Adds the new assessment Component

* And a test

* No box of there is a modal
resource11 referenced this pull request in CLIxIndia-Dev/OpenAssessmentsClient Feb 10, 2017
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants