// question: 0 name: Switch category to $module$/top/Workspaces
$CATEGORY: $module$/top/Workspaces
// Note must escape Gift chars {}:~ and use \n for new lines before a list.
// question: 1
// [tag:Basic-Level]
::Workspace view mapping
::[markdown]For a workspace with the following settings\:
\n
* **Client**\: bruno_laptop_test
* **Root**\: /home/bruno/ws
* **View**\: //jam/main/... /bruno_laptop_test/ws/...
\n
What is the local client path for the server file //jam/main/src/talkhouse.c ? {
=/home/bruno/ws/ws/src/talkhouse.c # Correct
~/home/bruno/ws/talkhouse.c # Incorrect
~ /home/bruno/src/talkhouse.c # Incorrect
~ /src/talkhouse.c # Incorrect
#### /bruno_laptop_test is replaced with /home/bruno/ws, then ws added, then src/talkhouse.c added
}
// question: 1 name: Switch category to $module$/top/Foo
$CATEGORY: $module$/top/Foo
// question: 1 name: Quest Title
// [tag:Basic-Level]
::Quest Title::Question goes here{
=fi#correct
~fi#incorrect
~fo#incorrect
~fum#incorrect
####Explanation goes here.
}