Skip to content

Commit

Permalink
Fixing images
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiola-m committed Jan 20, 2018
1 parent 7703a28 commit 9c2592d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Winform forms and usercontrols can be localizated only when their property "Loca

For dynamic elements, such as error messages displayed during run time, that are global resources located in:

![Localization Resources](https://raw.githubusercontent.com/wiki/lab-neuro-comp/Test-Platform/images/localization_resources.png)
![Localization Resources](https://github.com/lab-neuro-comp/Test-Platform/blob/master/images/localization_resources.png?raw=true)

To use resources in global files

Expand All @@ -49,18 +49,18 @@ LocRM.GetString("reactionTest", currentCulture)

There is no database in this application, instead files are used. Below there is an image of the directory tree created for the program.

![Data structure](https://raw.githubusercontent.com/wiki/lab-neuro-comp/Test-Platform/images/data_structure.png)
![Data structure](https://github.com/lab-neuro-comp/Test-Platform/blob/master/images/data_structure.png?raw=true)


# Testing

Unit tests are kept in their own project inside solution. Until now, that are only tests for model classes.

![Tests project](https://raw.githubusercontent.com/wiki/lab-neuro-comp/Test-Platform/images/test_project.png)
![Tests project](https://github.com/lab-neuro-comp/Test-Platform/blob/master/images/test_project.png?raw=true)

You can run tests using visual studio default configurations.

![Running tests](https://raw.githubusercontent.com/wiki/lab-neuro-comp/Test-Platform/images/run_tests.png)
![Running tests](https://github.com/lab-neuro-comp/Test-Platform/blob/master/images/run_tests.png?raw=true)

# Submitting changes

Expand Down
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,18 @@ TestPlatform is a platform used in scientific research in Neuroscience and Behav

### Examples of executing tests

![Stroop Example Portuguese](https://raw.githubusercontent.com/wiki/lab-neuro-comp/Test-Platform/images/stroop_example_pt-BR.gif)
#### Example of strooptest with portuguese instructions

![Stroop Example English](https://raw.githubusercontent.com/wiki/lab-neuro-comp/Test-Platform/images/stroop_example_en-US.gif)
![Stroop Example Portuguese](https://github.com/lab-neuro-comp/Test-Platform/blob/master/images/stroop_example_pt-BR.gif?raw=true)

![Stroop Image Example](https://raw.githubusercontent.com/wiki/lab-neuro-comp/Test-Platform/images/stroop_example_image.gif)
#### Example of strooptest with english instructions

![Stroop Example English](https://github.com/lab-neuro-comp/Test-Platform/blob/master/images/stroop_example_en-US.gif?raw=true)


#### Example of strooptest using images

![Stroop Image Example](https://github.com/lab-neuro-comp/Test-Platform/blob/master/images/stroop_example_image.gif?raw=true)

## Download

Expand All @@ -38,7 +45,7 @@ You can download latest installable version of TestPlatform for Windows [here](h

After downloading the program you need to install it, just follow the installing wizard and a shortcut will be created in your Desktop area. And you are all set!

![Installing Program](https://raw.githubusercontent.com/wiki/lab-neuro-comp/Test-Platform/images/installing_program.png)
![Installing Program](https://github.com/lab-neuro-comp/Test-Platform/blob/master/images/installing_program.gif?raw=true)

## Contributors

Expand Down
Binary file added images/installing_program.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/stroop_example_en-US.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/stroop_example_image.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/stroop_example_pt-BR.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9c2592d

Please sign in to comment.